Skip to content

Commit

Permalink
ci: Fix llvm install on release-plz workflow (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jan 20, 2025
1 parent 0b42dbd commit e1f8cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
uses: KyleMayes/install-llvm-action@v2
with:
version: ${{ env.LLVM_VERSION }}
# Use a temporary directory to avoid polluting the workspace,
# otherwise release-plz fails due to uncommitted changes.
directory: ${{ runner.temp }}/llvm

- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
Expand Down

0 comments on commit e1f8cf1

Please sign in to comment.