Skip to content

Commit

Permalink
Fix name and autoremove
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 15, 2023
1 parent e67beea commit ecf471e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
name: repo
path: .build/package/dist/rmall
test:
name: Test packages
runs-on: ubuntu-latest
needs: [build]
steps:
Expand All @@ -76,7 +77,7 @@ jobs:
# systemctl disable --now xochitl
# systemctl enable --now tarnish
# TODO install and run tests
opkg remove --force-removal-of-dependent-packages liboxide
opkg remove --force-removal-of-dependent-packages --autoremove liboxide
path: ${{ steps.download.outputs.download-path }}
release:
needs: [build,test]
Expand Down

0 comments on commit ecf471e

Please sign in to comment.