1 parent 1855594 commit b4b8ecfCopy full SHA for b4b8ecf
1 file changed
.github/workflows/snapshots-windows.yml
@@ -40,6 +40,7 @@ jobs:
40
if: ${{ env.REPO_ALIVE == 'true' }}
41
uses: actions/checkout@master
42
- name: Configure
43
+ if: ${{ env.REPO_ALIVE == 'true' }}
44
run: |
45
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles'
46
- name: Build
0 commit comments