Skip to content

Commit fe8b2e9

Browse files
committed
Test latest action changes - 586 & 686 w/o cross
1 parent 757db4f commit fe8b2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev
119119
if: matrix.platform.features == 'native-tls'
120120
- name: Build binary
121-
uses: houseabsolute/actions-rust-cross@v1
121+
uses: houseabsolute/actions-rust-cross@fix-running-on-arm-host
122122
with:
123123
command: "build"
124124
target: ${{ matrix.platform.target }}

0 commit comments

Comments
 (0)