Fix CI
All checks were successful
/ test (push) Successful in 51s

This commit is contained in:
Andrea Ciceri 2024-10-30 15:06:03 +01:00
parent b584274633
commit 2ed8d4976c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -8,4 +8,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Checkout repository name: Checkout repository
- name: Build with nix - name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" # run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
run: nix build github:NixOS/nixpkgs#hello --rebuild -L