From cb06c56f96ca23ff07c4cebca9ce15a58a13ace5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 8 Feb 2025 14:30:13 -0500 Subject: [PATCH] actions: fix nix-fast-build command apparently it doesn't detect that i want to build a package output --- .github/workflows/build-then-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-then-cache.yaml b/.github/workflows/build-then-cache.yaml index b78ad2e..32b7f25 100644 --- a/.github/workflows/build-then-cache.yaml +++ b/.github/workflows/build-then-cache.yaml @@ -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