Skip to content

Commit

Permalink
Update snapshots-windows.yml
Browse files Browse the repository at this point in the history
Missing configure check
  • Loading branch information
flamewing authored Jun 9, 2021
1 parent 1855594 commit b4b8ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshots-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: ${{ env.REPO_ALIVE == 'true' }}
uses: actions/checkout@master
- name: Configure
if: ${{ env.REPO_ALIVE == 'true' }}
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles'
- name: Build
Expand Down

0 comments on commit b4b8ecf

Please sign in to comment.