mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-21 01:38:55 +00:00
Use only cache.nixos.org in dependencies check
This commit is contained in:
parent
ba815a877d
commit
d92ec47002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
name: natsukagami
|
name: natsukagami
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Build dependencies
|
- name: Build dependencies
|
||||||
run: nix build --option substitute false --option sandbox true --option eval-cache false .#youmubot.cargoDeps
|
run: nix build .#youmubot.cargoDeps --option substituters "https://cache.nixos.org" --option extra-substituters ""
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue