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 e2278f6 commit 70a971eCopy full SHA for 70a971e
.github/workflows/release.yml
@@ -68,9 +68,8 @@ jobs:
68
id: install_build_tools
69
if: ${{ matrix.target.os }} == "ubuntu-latest"
70
run: |
71
- apt-get update
72
- apt-get install -y --no-install-recommends \
73
- libssl-dev
+ sudo apt-get update
+ sudo apt-get install -y --no-install-recommends libssl-dev
74
75
- name: Install stable toolchain
76
uses: actions-rs/toolchain@v1
0 commit comments