We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5210a06 commit 061f5cbCopy full SHA for 061f5cb
.github/workflows/ci.yaml
@@ -9,13 +9,13 @@ jobs:
9
c_compiler: [gcc, clang]
10
include:
11
- c_library: glibc
12
- void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64
+ void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
13
14
- c_library: musl
15
- void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
+ void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
16
17
18
19
c_compiler: pcc
20
extra_deps: gcc
21
0 commit comments