Skip to content

Commit

Permalink
Merge pull request #243 from sanders41/deb
Browse files Browse the repository at this point in the history
Fix deb build
  • Loading branch information
sanders41 authored Mar 3, 2024
2 parents cf58fdf + 32ee394 commit e9f16d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Install packages
run: apt install build-essential pkg-config libssl-dev
run: sudo apt-get install build-essential pkg-config libssl-dev
- name: Install cargo-deb
run: cargo install cargo-deb
- name: Create package
Expand Down

0 comments on commit e9f16d6

Please sign in to comment.