Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Dec 25, 2023
1 parent de57639 commit 7b972cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2


- name: Install OpenSSL (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libssl-dev

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

0 comments on commit 7b972cc

Please sign in to comment.