mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-23 11:00:44 -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
|
||||
sudo apt-get purge \
|
||||
--allow-remove-essential \
|
||||
-qq \
|
||||
$(non_manifest_packages) # > /dev/null
|
||||
fi
|
||||
|
||||
|
|
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -67,7 +67,6 @@ jobs:
|
|||
needs: build-minimal
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
host:
|
||||
- othalan
|
||||
|
|
Loading…
Reference in a new issue