Skip to content

Commit

Permalink
ci: 删除apt install git-lfs,因为不再使用lfs文件
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Oct 22, 2024
1 parent 1e06fd9 commit 8be78d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Other deps
run: |
sudo apt update
sudo apt install gcc-multilib git-lfs
git lfs pull
sudo apt upgrade
sudo apt install gcc-multilib
- name: Build
run: |
export ANDROID_NDK_HOME=$(realpath ~/ndk_temp)
Expand Down

0 comments on commit 8be78d7

Please sign in to comment.