We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b27243 commit 94d18bfCopy full SHA for 94d18bf
.github/workflows/CI.yml
@@ -235,9 +235,6 @@ jobs:
235
# .cargo-cache
236
# target/
237
# 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
241
242
- name: Install Android NDK
243
if: ${{ contains(matrix.settings.target, 'android') }}
0 commit comments