Skip to content

Commit

Permalink
Install libssl in Namada workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 6, 2024
1 parent 9231763 commit 88132a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install libudev
run: sudo apt-get update && sudo apt-get -y install libudev-dev
- name: Install libudev and libssl
run: sudo apt-get update && sudo apt-get -y install libudev-dev libssl-dev
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
Expand Down Expand Up @@ -135,8 +135,8 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install libudev
run: sudo apt-get update && sudo apt-get -y install libudev-dev
- name: Install libudev and libssl
run: sudo apt-get update && sudo apt-get -y install libudev-dev libssl-dev
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
Expand Down

0 comments on commit 88132a7

Please sign in to comment.