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.
2 parents cf58fdf + 32ee394 commit e9f16d6Copy full SHA for e9f16d6
.github/workflows/publish_binaries.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
62
- name: Install packages
63
- run: apt install build-essential pkg-config libssl-dev
+ run: sudo apt-get install build-essential pkg-config libssl-dev
64
- name: Install cargo-deb
65
run: cargo install cargo-deb
66
- name: Create package
0 commit comments