diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 6d7351b..5073af5 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -18,6 +18,7 @@ jobs: run: nix profile install nixpkgs#devenv - name: Get bun cache directory id: bun-cache-dir + shell: devenv shell bash -- -e {0} run: | echo "BUN_CACHE_DIR=$(bun pm cache)" >> $GITHUB_ENV - name: Restore cache @@ -55,6 +56,7 @@ jobs: run: nix profile install nixpkgs#devenv - name: Get bun cache directory id: bun-cache-dir + shell: devenv shell bash -- -e {0} run: | echo "BUN_CACHE_DIR=$(bun pm cache)" >> $GITHUB_ENV - name: Restore cache