Skip to content

Commit

Permalink
fix(cd): prevent CARGO_HOME variable from leaking into Arch container
Browse files Browse the repository at this point in the history
  • Loading branch information
fuljo committed May 16, 2024
1 parent 80bc6e8 commit 38cf092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- name: Publish PKGBUILD
uses: KSXGitHub/[email protected]
env:
# Workaround: prevent this variable set from the `rust-toolchain` action from leaking into the container
CARGO_HOME: "/home/builder/.cargo"
with:
pkgname: rofi-vscode-mode
pkgbuild: PKGBUILD
Expand Down

0 comments on commit 38cf092

Please sign in to comment.