mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
indentation
This commit is contained in:
parent
b872208718
commit
24829d6de2
1 changed files with 18 additions and 18 deletions
36
.github/workflows/update.yml
vendored
36
.github/workflows/update.yml
vendored
|
@ -97,15 +97,15 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >
|
run: >
|
||||||
nix run .
|
nix run .
|
||||||
--
|
--
|
||||||
build
|
build
|
||||||
$(nix run . -- output --host "${{ matrix.host }}" --flake .)
|
"$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
|
||||||
--flake .
|
--flake .
|
||||||
--debug
|
--debug
|
||||||
--
|
--
|
||||||
--keep-going
|
--keep-going
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
--out-link current
|
--out-link current
|
||||||
|
|
||||||
|
|
||||||
- run: git checkout flake-lock
|
- run: git checkout flake-lock
|
||||||
|
@ -116,15 +116,15 @@ jobs:
|
||||||
- name: Build Updated
|
- name: Build Updated
|
||||||
run: >
|
run: >
|
||||||
nix run .
|
nix run .
|
||||||
--
|
--
|
||||||
build
|
build
|
||||||
$(nix run . -- output --host "${{ matrix.host }}" --flake .)
|
"$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
|
||||||
--flake .
|
--flake .
|
||||||
--debug
|
--debug
|
||||||
--
|
--
|
||||||
--keep-going
|
--keep-going
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
--out-link updated
|
--out-link updated
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
Loading…
Reference in a new issue