From 9a9e2daeb447813498477f85d2cd2c88a27bfbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20F=C3=A9lizard?= Date: Fri, 28 Jun 2024 06:02:13 +0000 Subject: [PATCH] Fix GitHub workflow --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 0be44d2..5306b09 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -12,11 +12,11 @@ permissions: jobs: build: runs-on: ubuntu-latest - continue-on-error: true # FIXME: remove when gcc build is passing strategy: fail-fast: false matrix: - cc: [clang, gcc] + #cc: [clang, gcc] # gcc build is broken for now + cc: [clang] steps: - uses: actions/checkout@v4 - uses: awalsh128/cache-apt-pkgs-action@latest