Skip to content

Commit

Permalink
Update after the files exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 14, 2023
1 parent b815c42 commit 89c750a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
with:
setup: |
set -ex
echo "src/gz local-rmall file:///src/rmall" > /opt/etc/opkg.conf.d/16-local.conf
toltecctl generate-opkg-conf
opkg update
echo "src/gz local-rmall file:///opt/tmp/src/rmall" > /opt/etc/opkg.conf.d/16-local.conf
run: |
set -ex
toltecctl generate-opkg-conf
opkg update
opkg install my-app
# Add steps here to test app
opkg remove my-app
Expand Down

0 comments on commit 89c750a

Please sign in to comment.