Skip to content

Commit

Permalink
Fix opkg config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 14, 2023
1 parent 9cfeb54 commit 6db5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
run: |
set -ex
toltecctl generate-opkg-conf
echo Y | toltecctl generate-opkg-conf
opkg update
opkg install my-app
# Add steps here to test app
Expand Down

0 comments on commit 6db5b63

Please sign in to comment.