pre-build oizys

This commit is contained in:
Daylin Morgan 2024-08-07 13:07:38 -05:00
parent 617ae20642
commit 2e4e12f369
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 12 additions and 0 deletions

View file

@ -51,6 +51,9 @@ jobs:
echo '${{ inputs.lockFile }}' > flake.lock echo '${{ inputs.lockFile }}' > flake.lock
git diff git diff
- name: Pre-build Oizys
run: nix build .
- name: Build - name: Build
run: | run: |
nix run . \ nix run . \

View file

@ -37,6 +37,9 @@ jobs:
nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY
printf '```\n' >> $GITHUB_STEP_SUMMARY printf '```\n' >> $GITHUB_STEP_SUMMARY
- name: Pre-build oizys
run: nix build .
- name: Build - name: Build
run: | run: |
nix run . \ nix run . \
@ -79,6 +82,9 @@ jobs:
with: with:
purge-packages: 'true' purge-packages: 'true'
- name: Pre-build oizys
run: nix build .
- name: Build - name: Build
run: | run: |
@ -94,6 +100,9 @@ jobs:
- run: git checkout flake-lock - run: git checkout flake-lock
- name: Pre-build oizys
run: nix build .
- name: Build Updated - name: Build Updated
run: | run: |
system_attr=$(nix run . -- output --host "${{ matrix.host }}" --flake .) system_attr=$(nix run . -- output --host "${{ matrix.host }}" --flake .)