diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9d39acc2..628524e1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -45,8 +45,10 @@ jobs: - uses: cachix/install-nix-action@v22 - uses: rrbutani/use-nix-shell-action@v1.1.0 + env: + HOME: /home/runner with: - file: shell.nix + file: shell.nix - name: Check if the chart follows a valid semver version run: |