Skip to content

Commit

Permalink
Merge pull request #1005 from candy-lang/dependabot/github_actions/Ky…
Browse files Browse the repository at this point in the history
…leMayes/install-llvm-action-2.0.1
  • Loading branch information
JonasWanke authored Apr 4, 2024
2 parents 73df643 + af4ed77 commit 178dcc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: ./llvm
key: llvm-15.0
- uses: KyleMayes/install-llvm-action@v1.9.0
- uses: KyleMayes/install-llvm-action@v2.0.1
with:
version: "15.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# with:
# path: ./llvm
# key: llvm-15.0
# - uses: KyleMayes/install-llvm-action@v1.9.0
# - uses: KyleMayes/install-llvm-action@v2.0.1
# with:
# version: "15.0"
# cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
path: ./llvm
key: llvm-15.0
- uses: KyleMayes/install-llvm-action@v1.9.0
- uses: KyleMayes/install-llvm-action@v2.0.1
with:
version: "15.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
path: ./llvm
key: llvm-15.0
- uses: KyleMayes/install-llvm-action@v1.9.0
- uses: KyleMayes/install-llvm-action@v2.0.1
with:
version: "15.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down

0 comments on commit 178dcc9

Please sign in to comment.