Skip to content

Commit 94d18bf

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ jobs:
235235
# .cargo-cache
236236
# target/
237237
# key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
238-
- name: Install build tools (Linux)
239-
if: ${{ contains(matrix.settings.host, 'linux') }}
240-
run: sudo apt-get install -y build-essential libssl-dev pkg-config
241238

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

0 commit comments

Comments
 (0)