We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c94fa6 commit de67517Copy full SHA for de67517
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
echo ${{ matrix.target.os }}
72
sudo apt-get update
73
- sudo apt-get install -y --no-install-recommends libssl-dev
+ sudo apt-get install -y --no-install-recommends libssl-dev pkg-config
74
75
- name: Install stable toolchain
76
uses: actions-rs/toolchain@v1
0 commit comments