mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
ci: add substitute server
This commit is contained in:
parent
5d9f12a899
commit
fc30f71170
1 changed files with 1 additions and 1 deletions
2
.github/workflows/guix.yml
vendored
2
.github/workflows/guix.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt update; sudo apt -y install guix git ca-certificates
|
run: sudo apt update; sudo apt -y install guix git ca-certificates
|
||||||
- name: build
|
- name: build
|
||||||
run: SUBSTITUTE_URLS='http://ci.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
|
run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org http://ci.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.toolchain.target }}
|
name: ${{ matrix.toolchain.target }}
|
||||||
|
|
Loading…
Reference in a new issue