Skip to content

Commit

Permalink
Update build-win64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Dec 20, 2023
1 parent 54d7dab commit 07e5a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: |
cmake -Bbuild -Ax64 -TLLVM-MSVC_v143
cmake --build build --config Release
cmake --build build --config Release --clean-first
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 07e5a5c

Please sign in to comment.