Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Jun 20, 2023
1 parent 2193fde commit cdc22c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
# - snapshot
arch:
- x86-64
- x86-generic
- x86-geode
# - x86-generic
# - x86-geode
- armvirt-32
- armvirt-64
- malta-be
- mvebu-cortexa9
# - armvirt-64
# - malta-be
# - mvebu-cortexa9

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MAJOR_VERSION="$(echo "${VERSION_ID}" | grep -oE '[0-9]+\.[0-9]+' || echo "snaps
echo "src/gz emulator https://hzyitc.github.io/emulator-openwrt/openwrt/${MAJOR_VERSION}-${OPENWRT_ARCH}" >>/etc/opkg/customfeeds.conf

echo "::group::Install python3-androidnativeemu"
opkg update
opkg update || true
opkg install python3-androidnativeemu
echo "::endgroup::"

Expand Down

0 comments on commit cdc22c2

Please sign in to comment.