Skip to content

Commit

Permalink
add libssl to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jan 19, 2025
1 parent 249ccb9 commit ed10b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/truss-transfer-cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools libssl-dev libatomic-ops-dev

- name: Install Rust with musl target
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/truss-transfer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
## CLI direct install
- name: Install musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools libssl-dev libatomic-ops-dev

- name: Install Rust with musl target
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ed10b30

Please sign in to comment.