Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed May 13, 2024
1 parent 325d472 commit 6da850d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
name: test
on: [push]
jobs:
build:
name: Test Guix installation
runs-on: ubuntu-latest
steps:
- name: Guix cache
uses: actions/cache@v3
with:
path: ~/.cache/guix
# use a key that (almost) never matches
key: guix-cache-${{ github.sha }}
restore-keys: |
guix-cache-
# Cannot use a cache for /gnu/store, since restore fails
- name: Install Guix
uses: PromyLOPh/guix-install-action@v1
- name: Ensure no locale warning
run: test -z "$(guix --version 2>&1 >/dev/null)"
- name: Build hello
run: guix build hello
build-with-channels:
name: Test Guix installation with different channels
name: Test as Guix channel
runs-on: ubuntu-latest
steps:
- name: Guix cache
Expand Down

0 comments on commit 6da850d

Please sign in to comment.