actions: fix nix-fast-build command

apparently it doesn't detect that i want to build a package output
This commit is contained in:
NullBite 2025-02-08 14:30:13 -05:00
parent bde706ba77
commit cb06c56f96
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -32,7 +32,7 @@ jobs:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: 'nix develop .#ci --command nix-fast-build --eval-workers 1 --no-nom --skip-cache -f .#redlib'
- run: 'nix develop .#ci --command nix-fast-build --eval-workers 1 --no-nom --skip-cache -f .#packages.x86_64-linux.redlib'
build_x86-64:
runs-on: ubuntu-24.04