From 16bf926aea838ebdfbea0f41dc059ad44d96ea60 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Fri, 12 Jan 2024 14:45:08 +0100 Subject: [PATCH] CI: bring back compiler to matrix This was deleted by accident in commit 75fc8008 Signed-off-by: Axel Heider --- .github/workflows/sel4test-hw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sel4test-hw.yml b/.github/workflows/sel4test-hw.yml index 0639f330..9a0d756c 100644 --- a/.github/workflows/sel4test-hw.yml +++ b/.github/workflows/sel4test-hw.yml @@ -35,6 +35,7 @@ jobs: matrix: # There is no "rv32imac" hardware yet. march: [armv7a, armv8a, nehalem, rv64imac] + compiler: [gcc, clang] steps: - name: Build uses: seL4/ci-actions/sel4test-hw@master