Skip to content

Commit

Permalink
fix: broken build process in windows-2022 (#54)
Browse files Browse the repository at this point in the history
I've fixed `llvm-build-bump-pr.yml` file. 

Delete unnecessary existing dependencies. `cmake` and `python`. They are already installed in `windows-2022` runner.
  • Loading branch information
lumirlumir authored Oct 20, 2024
1 parent 01c505b commit 16fdb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-build-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
ref: ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }}

- name: Set up dependencies
run: choco install -y python cmake ninja
run: choco install -y ninja

- name: Build cmake
run: cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=MinSizeRel
Expand Down

0 comments on commit 16fdb6e

Please sign in to comment.