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 ef2cf87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ jobs:
- openwrt-19.07
- openwrt-21.02
- openwrt-22.03
- openwrt-23.05-rc0
- openwrt-23.05
- master
# - 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 ef2cf87

Please sign in to comment.