We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef1820 commit 9fbf061Copy full SHA for 9fbf061
.github/workflows/upload.yml
@@ -47,7 +47,7 @@ jobs:
47
zip: windows
48
token: ${{ secrets.PAT }}
49
archive: $bin-cli_$tag_$target
50
- build-tool: cargo
+ build-tool: cross
51
52
release-formula:
53
needs: upload-assets
Cross.toml
@@ -0,0 +1,5 @@
1
+[target.x86_64-unknown-linux-gnu]
2
+pre-build = [
3
+ "dpkg --add-architecture $CROSS_DEB_ARCH",
4
+ "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5
+]
0 commit comments