Skip to content

Commit 75247eb

Browse files
committed
build: match release.yml packages to cd-scaffold-cli.yml
Matching the final status of "which linux packages to install" to where we landed in #570
1 parent bb92e90 commit 75247eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- *checkout
4747
- *install-rust
4848
- name: install deps
49-
run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev pkg-config libudev-dev
49+
run: sudo apt-get update && sudo apt-get install libudev-dev libdbus-1-dev openssl libssl-dev
5050
- name: Run release-plz
5151
uses: release-plz/action@v0.5
5252
with:

0 commit comments

Comments
 (0)