Build deps to check hash mismatch

This commit is contained in:
Unknown 2025-03-29 20:08:21 +08:00
parent e6e699014e
commit bea8db2536
No known key found for this signature in database

View file

@ -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