Skip to content

Commit 5e24b04

Browse files
committed
fix
1 parent ad42558 commit 5e24b04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ jobs:
5252
fedora:
5353
strategy:
5454
fail-fast: true
55+
compiler: [clang, gcc]
56+
5557
runs-on: ubuntu-latest
5658
container: fedora:rawhide
5759

5860
# See design.mps.tests.ci.run.posix.
5961
steps:
6062
- name: Install build tools
61-
run: dnf -y install gcc-c++ make
63+
run: dnf -y install gcc-c++ clang make
6264
- uses: actions/checkout@v3
6365
- run: CC=${{ matrix.compiler }} ./configure
6466
- run: make

0 commit comments

Comments
 (0)