mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-21 01:38:55 +00:00
Build deps to check hash mismatch
This commit is contained in:
parent
e6e699014e
commit
bea8db2536
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
|
@ -77,5 +77,7 @@ jobs:
|
||||||
name: natsukagami
|
name: natsukagami
|
||||||
# If you chose API tokens for write access OR if you have a private cache
|
# If you chose API tokens for write access OR if you have a private cache
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- name: Check cargoDeps
|
||||||
|
run: nix build .#youmubot.cargoDeps
|
||||||
- name: Run nix build
|
- name: Run nix build
|
||||||
run: nix build
|
run: nix build
|
||||||
|
|
Loading…
Add table
Reference in a new issue