Skip to content

Commit 24ddbf4

Browse files
committed
arrrrrrrr
1 parent 1921be8 commit 24ddbf4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/c_bindings.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
test-c-bindings:
1313
name: Test C bindings
1414
runs-on: ubuntu-latest
15-
strategy:
16-
fail-fast: false
1715

1816
steps:
1917
- name: Checkout repo
@@ -49,21 +47,28 @@ jobs:
4947
strategy:
5048
fail-fast: false
5149
matrix:
52-
target: [x86_64-pc-windows-gnu, x86_64-pc-windows-msvc, x86_64-apple-darwin, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu]
50+
target: [
51+
x86_64-pc-windows-gnu,
52+
x86_64-pc-windows-msvc,
53+
x86_64-apple-darwin,
54+
aarch64-apple-darwin,
55+
x86_64-unknown-linux-musl,
56+
x86_64-unknown-linux-gnu,
57+
]
5358
crate-type: [staticlib]
5459
include:
5560
- target: x86_64-pc-windows-gnu
5661
archive: zip
5762
os_image: windows-latest
5863
os_name: windows
5964
cp_cmd: Copy-Item
60-
cp_r_cmd: Copy-Item -Recurse,
65+
cp_r_cmd: Copy-Item -Recurse
6166
- target: x86_64-pc-windows-msvc
6267
archive: zip
6368
os_image: windows-latest
6469
os_name: windows
6570
cp_cmd: Copy-Item
66-
cp_r_cmd: Copy-Item -Recurse,
71+
cp_r_cmd: Copy-Item -Recurse
6772
- target: x86_64-apple-darwin
6873
archive: zip
6974
os_image: macos-latest

0 commit comments

Comments
 (0)