Skip to content

Commit

Permalink
ci: check if combination libssl + nasm + env var works
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Nov 17, 2024
1 parent a11989c commit 0118f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[target.x86_64-pc-windows-gnu]
pre-build = [ # additional commands to run prior to building the package
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install nasm:$CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install nasm:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
]

[target.x86_64-pc-windows-gnu.env]
Expand Down

0 comments on commit 0118f2c

Please sign in to comment.