From 280239f13dc5bf2406034beda1fadaf53447fea9 Mon Sep 17 00:00:00 2001 From: "luigi.giuffrida" Date: Mon, 9 Dec 2024 18:22:07 +0100 Subject: [PATCH] Fix --- .github/workflows/building.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index 1f5946770..5f3d20621 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -6,7 +6,6 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/vlsi-lab/x-heep-toolchain:experimental - continue-on-error: true name: Compiles all apps with gcc and clang. All must compile successfully. steps: - name: Checkout the pushed code.