Skip to content

Commit bc863c1

Browse files
committed
ci: 删除不必要的apt install
1 parent 9092042 commit bc863c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Other deps
4444
run: |
4545
sudo apt update
46-
sudo apt upgrade
4746
sudo apt install gcc-multilib
4847
- name: Build
4948
run: |
@@ -84,8 +83,7 @@ jobs:
8483
- name: Other deps
8584
run: |
8685
sudo apt update
87-
sudo apt install gcc-multilib git-lfs
88-
git lfs pull
86+
sudo apt install gcc-multilib
8987
- name: Build
9088
run: |
9189
export ANDROID_NDK_HOME=$(realpath ~/ndk_temp)

0 commit comments

Comments
 (0)