mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
run update in subshell
This commit is contained in:
parent
e60fb720e8
commit
f800e801b0
1 changed files with 1 additions and 5 deletions
|
|
@ -16,11 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: |
|
run: nix-shell --command 'bash -c "npins update; just os vanadium build"'
|
||||||
nix-shell
|
|
||||||
npins update
|
|
||||||
just os vanadium build # Make sure it builds
|
|
||||||
# TODO: push some heavy packages to cachix
|
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: https://github.com/maxking/forgejo-create-pr@v2.12
|
uses: https://github.com/maxking/forgejo-create-pr@v2.12
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue