Skip to content

Commit 616acf0

Browse files
authored
Update snapshots-windows.yml
Missing configure check
1 parent 1fed87a commit 616acf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)