Skip to content

Commit

Permalink
llvm allow downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanfer committed Jun 27, 2024
1 parent 4a3705d commit a21d53d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- uses: llvm/actions/install-ninja@main

- name: Install llvm 17
run: choco install llvm --version 17.0.6 -y
if: ${{ matrix.toolset_name == "Ninja" }}
run: choco install llvm --version 17.0.6 --allow-downgrade -y

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: llvm/actions/install-ninja@main

- name: Install llvm 17
run: choco install llvm --version 17.0.6 -y
run: choco install llvm --version 17.0.6 --allow-downgrade -y

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a21d53d

Please sign in to comment.