Skip to content

Commit

Permalink
ci/cd: instead of build docker image, build directly workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
kszinhu committed Feb 20, 2024
1 parent 6f8eacd commit 11c4031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ once_cell = { workspace = true }

# Potentially remove later
nanoid = "0.4"
<<<<<<< HEAD
openssl = "*"
=======
openssl = { version = "*", features = ["vendored"] }
>>>>>>> 84a7414 (ci/cd: instead of build docker image, build directly workspace)

0 comments on commit 11c4031

Please sign in to comment.