Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedtvn committed Feb 18, 2024
1 parent 0626163 commit 400d8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[build]
pre-build = [
"apt-get update && apt-get --assume-yes install pkg-config libssl-dev"
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
]

0 comments on commit 400d8be

Please sign in to comment.