We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39224d commit 37dd671Copy full SHA for 37dd671
1 file changed
.github/workflows/CICD.yml
@@ -126,6 +126,11 @@ jobs:
126
target: x86_64-unknown-linux-musl,
127
use-cross: use-cross,
128
}
129
+ - {
130
+ os: deb-latest,
131
+ target: x86_64-unknown-linux-musl,
132
+ use-cross: use-cross,
133
+ }
134
- { os: macos-latest, target: x86_64-apple-darwin }
135
- { os: windows-latest, target: i686-pc-windows-gnu }
136
- { os: windows-latest, target: i686-pc-windows-msvc }
0 commit comments