use nixcp main branch in ci
This commit is contained in:
parent
064fa8990d
commit
c395887118
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue