Skip to content

Commit 37dd671

Browse files
committed
build: Attempt to add deb musl build.
I have no idea if this will work
1 parent d39224d commit 37dd671

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ jobs:
126126
target: x86_64-unknown-linux-musl,
127127
use-cross: use-cross,
128128
}
129+
- {
130+
os: deb-latest,
131+
target: x86_64-unknown-linux-musl,
132+
use-cross: use-cross,
133+
}
129134
- { os: macos-latest, target: x86_64-apple-darwin }
130135
- { os: windows-latest, target: i686-pc-windows-gnu }
131136
- { os: windows-latest, target: i686-pc-windows-msvc }

0 commit comments

Comments
 (0)