Skip to content

Commit

Permalink
downgrade clang build to llvm 17
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanfer committed Jun 27, 2024
1 parent 46a1847 commit 4a3705d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
steps:
- uses: llvm/actions/install-ninja@main

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

- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/whip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- uses: llvm/actions/install-ninja@main

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

- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down

0 comments on commit 4a3705d

Please sign in to comment.