foxygit / doom Log in
commit 36c922d2f0bfb4bd3548589aca8d6e955ba00cc9
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Jun 8 17:55:24 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Jun 8 17:58:51 2022 +0300

    Specify compiler for cmake
---
 .github/workflows/cpp-linter.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 8ab3ad35..4146046d 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -9,6 +9,9 @@ on:

 jobs:
   cpp-linter:
+    strategy:
+      matrix:
+        compiler: [clang]
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3