Skip to content

Commit

Permalink
try llvm version 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Schoeninger committed Jun 8, 2023
1 parent adc7bff commit 861c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install CLang
uses: KyleMayes/install-llvm-action@v1
with:
version: "11.0"
version: "10.0"
directory: ${{ runner.temp }}/llvm
- name: Install dependencies
run: pip install maturin pygithub
Expand Down

0 comments on commit 861c453

Please sign in to comment.