Skip to content

Commit

Permalink
use mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed May 13, 2024
1 parent fdaa68b commit cda8863
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,25 @@ jobs:
uses: PromyLOPh/guix-install-action@v1
with:
channels: |-
(cons
(channel
(name 'rustup)
(url "https://github.com/declantsien/guix-rustup")
(introduction
(make-channel-introduction
"d95cbf84dc68f5e7a0fc1e54bc582189e0e5079b"
(openpgp-fingerprint
"F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5"))))
%default-channels)
(list (channel
(name 'guix)
(url "https://mirror.sjtu.edu.cn/git/guix.git")
(branch "master")
(commit
"da9f509b0300f1b6b979c68a52d8669f9bcb89a7")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'rustup)
(url "https://github.com/declantsien/guix-rustup")
(introduction
(make-channel-introduction
"d95cbf84dc68f5e7a0fc1e54bc582189e0e5079b"
(openpgp-fingerprint
"F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5")))))
- name: Build from external channel
run: guix build rust-bin
# Test that the channels output can be pulled. This operation should
Expand All @@ -69,4 +78,3 @@ jobs:
pullAfterInstall: false
- name: Build hello
run: guix build hello

0 comments on commit cda8863

Please sign in to comment.