Skip to content

Commit

Permalink
infra: upgrade KyleMayes/install-llvm-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
feds01 committed Jun 23, 2024
1 parent c42e96e commit 60c9de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: llvm-18

- name: Install LLVM
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "18.1.6"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down

0 comments on commit 60c9de9

Please sign in to comment.