From 061f5cb2e95047d20b4147d3f3b41150ce6a325c Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Wed, 20 Jul 2022 15:16:16 +0200 Subject: [PATCH] ci: switch to full images --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f73ee41..46abe996 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,13 +9,13 @@ jobs: c_compiler: [gcc, clang] include: - c_library: glibc - void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64 + void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64 - c_library: musl - 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 - c_library: musl - 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 c_compiler: pcc extra_deps: gcc