Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 18, 2024
1 parent 929991e commit b5cc412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [20.04, 22.04]
version: [24.04, 22.04, 20.04]

container: ubuntu:${{ matrix.version }}

Expand Down Expand Up @@ -68,8 +68,6 @@ jobs:
- run: ./ndk-pkg install libzip -y




- run: ./ndk-pkg info-installed libzip --prefix
- run: ./ndk-pkg info-installed libzip --files
- run: ./ndk-pkg info-installed libzip version
Expand Down
2 changes: 1 addition & 1 deletion ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -5647,7 +5647,7 @@ $DOT_CONTENT
if [ "$NATIVE_PLATFORM_TYPE" = macos ] ; then
T="macos-${NATIVE_PLATFORM_VERS%%.*}.0-$NATIVE_PLATFORM_ARCH"
else
T="$NATIVE_PLATFORM_SPEC"
T="linux-$NATIVE_PLATFORM_LIBC-$NATIVE_PLATFORM_ARCH"
fi

NON_RELOCATEABLE_BINARY_PACKAGE_NAME="non-relocatable-binary-packages-2024.10.12-$T"
Expand Down

0 comments on commit b5cc412

Please sign in to comment.