Skip to content

Commit

Permalink
Update windows-wrapper-llvm-msvc-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Jun 11, 2024
1 parent 5989ee8 commit 60ddf4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-wrapper-llvm-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019]
os: [windows-2022]
env:
BUILD_TYPE: Release
steps:
Expand All @@ -38,8 +38,8 @@ jobs:
-DLLVM_TARGETS_TO_BUILD="X86;AArch64" `
-DLLVM_ENABLE_PROJECTS="clang;lld" `
llvm-msvc\\llvm
cmake --build build --config ${{ env.BUILD_TYPE }}
cmake --build build --config ${{ env.BUILD_TYPE }} --target install
cmake --build build --config ${{ env.BUILD_TYPE }} -- -j1
cmake --build build --config ${{ env.BUILD_TYPE }} --target install -- -j1
- name: Package llvm
run: |
Expand Down

0 comments on commit 60ddf4b

Please sign in to comment.