Skip to content

Commit

Permalink
cache first
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 24, 2024
1 parent 1a3db0e commit da69f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
path: dash
fetch-depth: 0

- name: Install Guix
uses: PastaPastaPasta/guix-install-action@v1

- name: Cache Guix and depends
id: guix-cache-restore
uses: actions/cache@v3
Expand All @@ -44,6 +41,9 @@ jobs:
${{ runner.os }}-guix-${{ matrix.build_target }}
${{ runner.os }}-guix-
- name: Install Guix
uses: PastaPastaPasta/guix-install-action@v1

- name: Set up macOS SDK
if: contains(matrix.build_target, 'apple-darwin')
run: |
Expand Down

0 comments on commit da69f60

Please sign in to comment.