Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Nov 30, 2024
1 parent 8e29d6d commit 82870ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: [24.04, 22.04, 20.04, 18.04]
version: [24.04, 22.04, 20.04]

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

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip
- run: ./ndk-pkg install libzip yasm mawk


- run: ./ndk-pkg info-installed libzip --prefix
Expand Down

0 comments on commit 82870ab

Please sign in to comment.