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 f23a4fc commit 1194331Copy full SHA for 1194331
.github/workflows/release.yml
@@ -80,8 +80,8 @@ jobs:
80
shell: bash
81
run: |
82
case ${{ matrix.job.target }} in
83
- arm-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf libssl libssh-dev openssl;;
84
- aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu libssl libssh-dev openssl;;
+ arm-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf libssl-dev openssl;;
+ aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu libssl-dev openssl;;
85
esac
86
87
- name: Extract crate information
0 commit comments