Skip to content

Commit

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

- name: Install Guix
# uses: PastaPastaPasta/guix-install-action@v1
run: |
apt install guix
- name: Cache Guix and depends
id: guix-cache-restore
uses: actions/cache@v3
Expand All @@ -41,8 +47,10 @@ jobs:
${{ runner.os }}-guix-${{ matrix.build_target }}
${{ runner.os }}-guix-
- name: Install Guix
uses: PastaPastaPasta/guix-install-action@v1
- name: Guix Pull
# uses: PastaPastaPasta/guix-install-action@v1
run: |
guix pull
- name: Set up macOS SDK
if: contains(matrix.build_target, 'apple-darwin')
Expand Down

0 comments on commit 21fd075

Please sign in to comment.