Skip to content

Commit

Permalink
Update test-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas authored Sep 12, 2024
1 parent 778968b commit 8d5c68b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d5c68b

Please sign in to comment.