Skip to content

Commit

Permalink
Update hash to include gemset as well
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent ab7e2fe commit c8fc569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Checkout submodule
run: git submodule update --init --recursive --remote
- name: Cache install Nix packages
uses: rikhuijzer/cache-install@249745afd54c8e2be0eb99aa6032b52629239b48
uses: rikhuijzer/cache-install@c90964bcac3286c8571cb849f7caffb9e8b9cb37
with:
key: nix-${{ hashFiles('packages.nix') }}
key: nix-${{ hashFiles('packages.nix', 'gemset.nix') }}
nix_file: 'packages.nix'
- name: Cache Output
id: cache-output
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Checkout submodule
run: git submodule update --init --recursive --remote
- name: Cache install Nix packages
uses: rikhuijzer/cache-install@249745afd54c8e2be0eb99aa6032b52629239b48
uses: rikhuijzer/cache-install@c90964bcac3286c8571cb849f7caffb9e8b9cb37
with:
key: nix-${{ hashFiles('packages.nix') }}
key: nix-${{ hashFiles('packages.nix', 'gemset.nix') }}
nix_file: 'packages.nix'
- name: Cache Output
id: cache-output
Expand Down

0 comments on commit c8fc569

Please sign in to comment.