Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 13, 2024
1 parent abead66 commit efee573
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,28 @@ jobs:

runs-on: ubuntu-latest

container: fpliu/ndk-pkg
container: ubuntu:24.04

strategy:
fail-fast: false
matrix:
target-version: [35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21]

steps:
- run: ndk-pkg setup
- run: ndk-pkg update
- run: apt -y update
- run: apt -y install curl

- run: ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4
- run: ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core
- run: curl -LO https://raw.githubusercontent.com/leleliu008/ndk-pkg/master/ndk-pkg
- run: chmod +x ndk-pkg

- run: ndk-pkg pack android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4 -o .
- run: ndk-pkg pack android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core -o .
- run: ./ndk-pkg setup
- run: ./ndk-pkg update

- run: ./ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4
- run: ./ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core

- run: ./ndk-pkg pack android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4 -o .
- run: ./ndk-pkg pack android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core -o .

- run: curl -LO https://raw.githubusercontent.com/adobe-fonts/source-code-pro/release/OTF/SourceCodePro-Light.otf

Expand Down

0 comments on commit efee573

Please sign in to comment.