Skip to content

Commit e9f16d6

Browse files
authored
Merge pull request #243 from sanders41/deb
Fix deb build
2 parents cf58fdf + 32ee394 commit e9f16d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6262
- name: Install packages
63-
run: apt install build-essential pkg-config libssl-dev
63+
run: sudo apt-get install build-essential pkg-config libssl-dev
6464
- name: Install cargo-deb
6565
run: cargo install cargo-deb
6666
- name: Create package

0 commit comments

Comments
 (0)