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 757db4f commit fe8b2e9Copy full SHA for fe8b2e9
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev
119
if: matrix.platform.features == 'native-tls'
120
- name: Build binary
121
- uses: houseabsolute/actions-rust-cross@v1
+ uses: houseabsolute/actions-rust-cross@fix-running-on-arm-host
122
with:
123
command: "build"
124
target: ${{ matrix.platform.target }}
0 commit comments