Skip to content

Commit 061f5cb

Browse files
committed
ci: switch to full images
1 parent 5210a06 commit 061f5cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
c_compiler: [gcc, clang]
1010
include:
1111
- c_library: glibc
12-
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64
12+
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
1313

1414
- c_library: musl
15-
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
15+
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
1616

1717
- c_library: musl
18-
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
18+
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
1919
c_compiler: pcc
2020
extra_deps: gcc
2121

0 commit comments

Comments
 (0)