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 161b632 commit c5afb45Copy full SHA for c5afb45
.github/workflows/release.yml
@@ -97,10 +97,11 @@ jobs:
97
98
- name: Build Binary
99
run: |
100
+ cargo install cross --git https://github.com/rust-embedded/cross
101
+
102
if [ "${{ matrix.target }}" == "linux-x64" ]; then
103
cross build --release --target x86_64-unknown-linux-gnu
104
else
- cargo install cross --git https://github.com/rust-embedded/cross
105
cross build --release --target x86_64-pc-windows-gnu
106
sudo apt-get install osslsigncode
107
echo "${{ secrets.WIN_SIGN_KEY }}" | base64 -d > code_sign.key.pem
0 commit comments