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 e2ec146
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p /var/lock/

echo "::group::Install packages"
opkg update || true
# opkg install wget-ssl ca-bundle
opkg install wget-ssl ca-bundle
opkg install file
opkg install git git-http
opkg install python3-xml
Expand All @@ -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 e2ec146

Please sign in to comment.