fix gitea workflow
Some checks failed
Build / build (push) Failing after 2m33s
Some checks failed
Build / build (push) Failing after 2m33s
This commit is contained in:
@@ -18,12 +18,17 @@ jobs:
|
||||
- name: Build NixOS configuration (yarn)
|
||||
run: |
|
||||
nix build .#nixosConfigurations.yarn.config.system.build.toplevel -L
|
||||
|
||||
- name: Record yarn store path for pull-update
|
||||
continue-on-error: true
|
||||
run: |
|
||||
mkdir -p /var/lib/dotfiles-deploy
|
||||
readlink -f result > /var/lib/dotfiles-deploy/yarn
|
||||
|
||||
- name: Build NixOS configuration (mreow)
|
||||
run: |
|
||||
nix build .#nixosConfigurations.mreow.config.system.build.toplevel -L
|
||||
|
||||
- name: Notify success
|
||||
if: success()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user