Skip to content

Commit b4b8ecf

Browse files
authored
Update snapshots-windows.yml
Missing configure check
1 parent 1855594 commit b4b8ecf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/snapshots-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
if: ${{ env.REPO_ALIVE == 'true' }}
4141
uses: actions/checkout@master
4242
- name: Configure
43+
if: ${{ env.REPO_ALIVE == 'true' }}
4344
run: |
4445
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles'
4546
- name: Build

0 commit comments

Comments
 (0)