Skip to content

Commit 373b441

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 8e0c6fd commit 373b441

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci-cross-action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- name: Build binary
21+
- name: Run tests
2222
uses: houseabsolute/actions-rust-cross@v1
2323
with:
24+
cross-version: 107433fa9d71d7eb506cd5bf5467bab89edb7a52
2425
command: test
2526
target: x86_64-unknown-linux-musl
2627
args: --verbose
@@ -31,9 +32,10 @@ jobs:
3132
steps:
3233
- uses: actions/checkout@v3
3334

34-
- name: Build binary
35+
- name: Run tests
3536
uses: houseabsolute/actions-rust-cross@v1
3637
with:
38+
cross-version: 107433fa9d71d7eb506cd5bf5467bab89edb7a52
3739
command: test
3840
target: aarch64-unknown-linux-musl
3941
args: --verbose
@@ -45,9 +47,10 @@ jobs:
4547
steps:
4648
- uses: actions/checkout@v4
4749

48-
- name: Build binary
50+
- name: Run tests
4951
uses: houseabsolute/actions-rust-cross@v1
5052
with:
53+
cross-version: 107433fa9d71d7eb506cd5bf5467bab89edb7a52
5154
command: test
5255
target: aarch64-linux-android
5356
args: --verbose

0 commit comments

Comments
 (0)