mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +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
|
||||
|
||||
- name: Update
|
||||
run: |
|
||||
nix-shell
|
||||
npins update
|
||||
just os vanadium build # Make sure it builds
|
||||
# TODO: push some heavy packages to cachix
|
||||
run: nix-shell --command 'bash -c "npins update; just os vanadium build"'
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: https://github.com/maxking/forgejo-create-pr@v2.12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue