Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiGiuffrida98 committed Dec 9, 2024
1 parent 41b28e8 commit 6ac89b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: |
Expand Down

0 comments on commit 6ac89b2

Please sign in to comment.