Skip to content

Commit

Permalink
Change cache order
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 3, 2024
1 parent e3a36d2 commit 1b1029d
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 @@ -69,10 +69,11 @@ jobs:
setup: |
set -ex
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
echo Y | toltecctl generate-opkg-conf
opkg update
opkg install python # needed for reboot-guard
run: |
set -ex
echo Y | toltecctl generate-opkg-conf
opkg update
opkg install oxide oxide-tests
# systemctl disable --now xochitl
Expand Down

0 comments on commit 1b1029d

Please sign in to comment.