mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-24 07:50:43 -06:00
Compare commits
No commits in common. "1bf6de3b307aefa571c4f8743c7fabd6f2578bd7" and "16ff586de47ae0532354caf2de6a30fb2c627df5" have entirely different histories.
1bf6de3b30
...
16ff586de4
2 changed files with 1 additions and 1 deletions
1
.github/actions/clean-disk/action.yml
vendored
1
.github/actions/clean-disk/action.yml
vendored
|
@ -37,6 +37,7 @@ runs:
|
||||||
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
||||||
sudo apt-get purge \
|
sudo apt-get purge \
|
||||||
--allow-remove-essential \
|
--allow-remove-essential \
|
||||||
|
-qq \
|
||||||
$(non_manifest_packages) # > /dev/null
|
$(non_manifest_packages) # > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -67,7 +67,6 @@ jobs:
|
||||||
needs: build-minimal
|
needs: build-minimal
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
host:
|
host:
|
||||||
- othalan
|
- othalan
|
||||||
|
|
Loading…
Reference in a new issue