Skip to content

Commit 619694d

Browse files
committed
let's see if that's enough
1 parent 960ca5f commit 619694d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,21 @@ jobs:
161161
os: windows-latest
162162
rust: stable
163163
target: aarch64-pc-windows-msvc
164+
- name: Linux - Stable (x86_64-musl, non-host)
165+
os: ubuntu-latest
166+
rust: stable
167+
target: x86_64-unknown-linux-musl
168+
cross: true
164169
- name: Linux - Stable (aarch64, non-host)
165170
os: ubuntu-latest
166171
rust: stable
167172
target: aarch64-unknown-linux-gnu
168173
cross: true
174+
- name: Linux - Stable (aarch64-musl, non-host)
175+
os: ubuntu-latest
176+
rust: stable
177+
target: aarch64-unknown-linux-musl
178+
cross: true
169179
- name: macOS - Stable (x86_64, non-host)
170180
os: macos-latest
171181
rust: stable

0 commit comments

Comments
 (0)