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 \
|
||||
--allow-remove-essential \
|
||||
-qq \
|
||||
$(non_manifest_packages) &
|
||||
$(non_manifest_packages) > /dev/null &
|
||||
fi
|
||||
|
||||
wait
|
||||
|
|
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -52,10 +52,10 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
for host in ${{ inputs.host }}; do
|
||||
cachix watch-exec daylin -- \
|
||||
oizys build --system-path \
|
||||
nix run . \
|
||||
-- \
|
||||
build --system-path \
|
||||
--host "$host" \
|
||||
--flake . -- \
|
||||
--flake . \
|
||||
-- \
|
||||
--print-build-logs
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue