Skip to content

Commit

Permalink
Use the upstream version of the CI cache action
Browse files Browse the repository at this point in the history
The patch I applied is now included upstream.
  • Loading branch information
ibbem committed Jan 21, 2024
1 parent 6dfd0e7 commit 7d4e242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix with cached packages
uses: ibbem/cache-install@b5946e901c509f3478455a3f315e887e254bd36b
uses: rikhuijzer/cache-install@v1.1.3
with:
key: nix-${{ hashFiles('.github/workflows/check.yml', 'default.nix', 'nix/**') }}
nix_file: nix/github-workflow-dependencies.nix
Expand Down

0 comments on commit 7d4e242

Please sign in to comment.