mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
pre-build oizys
This commit is contained in:
parent
617ae20642
commit
2e4e12f369
2 changed files with 12 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -51,6 +51,9 @@ jobs:
|
|||
echo '${{ inputs.lockFile }}' > flake.lock
|
||||
git diff
|
||||
|
||||
- name: Pre-build Oizys
|
||||
run: nix build .
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
nix run . \
|
||||
|
|
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
|
@ -37,6 +37,9 @@ jobs:
|
|||
nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY
|
||||
printf '```\n' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Pre-build oizys
|
||||
run: nix build .
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
nix run . \
|
||||
|
@ -79,6 +82,9 @@ jobs:
|
|||
with:
|
||||
purge-packages: 'true'
|
||||
|
||||
- name: Pre-build oizys
|
||||
run: nix build .
|
||||
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -94,6 +100,9 @@ jobs:
|
|||
|
||||
- run: git checkout flake-lock
|
||||
|
||||
- name: Pre-build oizys
|
||||
run: nix build .
|
||||
|
||||
- name: Build Updated
|
||||
run: |
|
||||
system_attr=$(nix run . -- output --host "${{ matrix.host }}" --flake .)
|
||||
|
|
Loading…
Reference in a new issue