Skip to content

Commit

Permalink
small ci change
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Feb 21, 2024
1 parent da01c8a commit 5cc2dba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
- name: Install trunk
run: cargo install trunk

# If Linux, install openssl
- if: matrix.os == 'ubuntu-latest'
name: Install openssl
run: sudo apt-get install openssl

- name: Cache Rust targets
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ serde_json = "1"
thiserror = "1"
smithe_lib = { path = "../lib" }
rocket-governor = "0.2.0-rc.1"

[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 5cc2dba

Please sign in to comment.