use main branch in ci
This commit is contained in:
parent
8ba2c6cc9b
commit
139dcf2fe7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: |
|
||||
nix build .#devShells.$(nix eval --impure --raw --expr 'builtins.currentSystem').default
|
||||
nix run \
|
||||
github:cything/nixcp/test-in-ci -- push \
|
||||
github:cything/nixcp -- push \
|
||||
--bucket nixcache \
|
||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||
result
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: cache
|
||||
run: |
|
||||
nix run \
|
||||
github:cything/nixcp/test-in-ci -- push \
|
||||
github:cything/nixcp -- push \
|
||||
--bucket nixcache \
|
||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue