From 6ac89b2b68600c81eb8e4db13576131c8a37fb05 Mon Sep 17 00:00:00 2001 From: "luigi.giuffrida" Date: Mon, 9 Dec 2024 18:21:22 +0100 Subject: [PATCH] Fix --- .github/workflows/building.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index e262b82c6..1f5946770 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -6,6 +6,7 @@ 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. @@ -28,8 +29,6 @@ jobs: make mcu-gen X_HEEP_CFG=configs/ci.hjson python3 .github/workflows/test-apps/test_apps.py --compile-only - continue-on-error: true - - name: Post comment on failure if: failure() run: |