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 2abf2db commit f03040f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:

- name: Setup llvm-msvc
uses: NewWorldComingSoon/setup-llvm-msvc@v2
uses: backengineering/setup-llvm-msvc@v2

- name: Checkout
uses: actions/checkout@v2

- name: Build
run: |
cmake -Bbuild -TLLVM-MSVC_v143 -DCMAKE_WIN64_DRIVER=1
cmake -Bbuild -TLLVM-MSVC_v143 -Ax64 -TLLVM-MSVC_v143
cmake --build build --config Release
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f03040f

Please sign in to comment.