mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-10 00:43:15 -06:00
silence apt-get
This commit is contained in:
parent
cea8b1a18d
commit
d23eac866f
2 changed files with 6 additions and 6 deletions
2
.github/actions/clean-disk/action.yml
vendored
2
.github/actions/clean-disk/action.yml
vendored
|
@ -41,7 +41,7 @@ runs:
|
||||||
sudo apt-get purge \
|
sudo apt-get purge \
|
||||||
--allow-remove-essential \
|
--allow-remove-essential \
|
||||||
-qq \
|
-qq \
|
||||||
$(non_manifest_packages) &
|
$(non_manifest_packages) > /dev/null &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
|
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -52,10 +52,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
for host in ${{ inputs.host }}; do
|
nix run . \
|
||||||
cachix watch-exec daylin -- \
|
-- \
|
||||||
oizys build --system-path \
|
build --system-path \
|
||||||
--host "$host" \
|
--host "$host" \
|
||||||
--flake . -- \
|
--flake . \
|
||||||
|
-- \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue