From 6d7fd5611cb6a392b61f42c98f469be28f76ec4c Mon Sep 17 00:00:00 2001 From: Jacky Nguyen Date: Thu, 11 Apr 2024 13:30:50 -0400 Subject: [PATCH] Fix nix cache --- .github/workflows/dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 4fd2da2..687be73 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -53,14 +53,14 @@ jobs: NIX_OUTPUT: .#packages.${{ matrix.arch.nix }}.runner-jre run: | nix store sign "${NIX_OUTPUT}" -v -r -k ~/.secrets/nix-cache-private-key - nix copy -v "${NIX_OUTPUT}" --to s3://nixed/cache + nix copy -v --to "s3://${NIX_CACHE_BUCKET_NAME}/cache?region=${NIX_CACHE_BUCKET_REGION}&compression=zstd¶llel-compression=true" "${NIX_OUTPUT}" - name: Cache intellij-scala-runners env: NIX_OUTPUT: .#packages.${{ matrix.arch.nix }}.intellij-scala-runners run: | nix store sign "${NIX_OUTPUT}" -v -r -k ~/.secrets/nix-cache-private-key - nix copy -v "${NIX_OUTPUT}" --to s3://nixed/cache + nix copy -v --to "s3://${NIX_CACHE_BUCKET_NAME}/cache?region=${NIX_CACHE_BUCKET_REGION}&compression=zstd¶llel-compression=true" "${NIX_OUTPUT}" - name: Build container images if: ${{ matrix.arch.image }}