From 305404744bc562bb862f1bace4458b1decb1c930 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 11 Feb 2023 15:29:27 -0500 Subject: [PATCH] .github/workflows/ci.yaml: disable pcc CI --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 370ab0ab..494bad08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,11 +24,6 @@ jobs: - c_library: 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-full-x86_64-musl - c_compiler: pcc - extra_deps: gcc - runs-on: ubuntu-latest container: ${{ matrix.void_image }} steps: