diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea98a0..d6ba333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev if: matrix.platform.features == 'native-tls' - name: Build binary - uses: houseabsolute/actions-rust-cross@v1 + uses: houseabsolute/actions-rust-cross@fix-running-on-arm-host with: command: "build" target: ${{ matrix.platform.target }}