Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 31, 2024
1 parent 1af2f7a commit c8be2c3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpinelinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip


- run: ./ndk-pkg info-installed libzip --prefix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip


- run: ./ndk-pkg info-installed libzip --prefix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip


- run: ./ndk-pkg info-installed libzip --prefix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fpliu-ndk-pkg-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: ndk-pkg depends libzip -o libzip.box


- run: ndk-pkg install libzip -y
- run: ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gentoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manjaro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip


- run: ./ndk-pkg info-installed libzip --prefix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/voidlinux-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- run: ./ndk-pkg depends libzip -o libzip.box


- run: ./ndk-pkg install libzip -y
- run: ./ndk-pkg install libzip



Expand Down

0 comments on commit c8be2c3

Please sign in to comment.