use nixcp main branch in ci

This commit is contained in:
cy 2025-05-13 19:30:25 -04:00
parent 064fa8990d
commit c395887118
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ jobs:
- name: cache
run: |
nix run \
github:cything/nixcp/test-in-ci -- push \
github:cything/nixcp -- push \
--bucket nixcache \
--endpoint $AWS_ENDPOINT_URL \
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
@ -125,7 +125,7 @@ jobs:
- name: cache
run: |
nix run \
github:cything/nixcp/test-in-ci -- push \
github:cything/nixcp -- push \
--bucket nixcache \
--endpoint $AWS_ENDPOINT_URL \
--signing-key ${{ runner.temp }}/cache-priv-key.pem \

View file

@ -50,7 +50,7 @@ jobs:
- name: cache
run: |
nix run \
github:cything/nixcp/test-in-ci -- push \
github:cything/nixcp -- push \
--bucket nixcache \
--endpoint $AWS_ENDPOINT_URL \
--signing-key ${{ runner.temp }}/cache-priv-key.pem \