Skip to content

Commit 0b27243

Browse files
committed
ci: remove api-get update in linux
1 parent 285a8d2 commit 0b27243

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
@@ -237,9 +237,7 @@ jobs:
237237
# key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
238238
- name: Install build tools (Linux)
239239
if: ${{ contains(matrix.settings.host, 'linux') }}
240-
run: |
241-
sudo apt-get update
242-
sudo apt-get install -y build-essential libssl-dev pkg-config
240+
run: sudo apt-get install -y build-essential libssl-dev pkg-config
243241

244242
- name: Install Android NDK
245243
if: ${{ contains(matrix.settings.target, 'android') }}

0 commit comments

Comments
 (0)