We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285a8d2 commit 0b27243Copy full SHA for 0b27243
.github/workflows/CI.yml
@@ -237,9 +237,7 @@ jobs:
237
# key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
238
- name: Install build tools (Linux)
239
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
+ run: sudo apt-get install -y build-essential libssl-dev pkg-config
243
244
- name: Install Android NDK
245
if: ${{ contains(matrix.settings.target, 'android') }}
0 commit comments