Skip to content

Commit

Permalink
fix github cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Z572 committed Dec 10, 2023
1 parent 9f607c8 commit 111dc5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Guix
id: install-guix
uses: PromyLOPh/guix-install-action@v1

- uses: actions/checkout@v3

- name: Guix cache
uses: actions/cache@v3
with:
path: ~/.cache/guix
path: ${{ env.HOME }}/.cache/guix
# use a key that (almost) never matches
key: guix-cache-
key: ${{ runner.OS }}-guix-cache-
restore-keys: |
guix-cache-
- name: Install Guix
id: install-guix
uses: PromyLOPh/guix-install-action@v1

- uses: actions/checkout@v3
${{ runner.OS }}-guix-cache-
- name: build
run: guix build -f guix.scm

0 comments on commit 111dc5a

Please sign in to comment.