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 aaed039
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 @@ -68,8 +68,9 @@ jobs:
with:
setup: |
set -ex
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
opkg update
opkg install python # needed for reboot-guard
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
run: |
set -ex
echo Y | toltecctl generate-opkg-conf
Expand Down

0 comments on commit aaed039

Please sign in to comment.