diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5c6326d..e01e654 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -46,6 +46,9 @@ jobs: - name: Publish PKGBUILD uses: KSXGitHub/github-actions-deploy-aur@v2.7.1 + 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