ref: 36c922d2f0bfb4bd3548589aca8d6e955ba00cc9
parent: 7e27be4762f4e468d32b55a6d182db7f128eacc0
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:55:24 EDT 2022
Specify compiler for cmake
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -9,6 +9,9 @@
jobs:
cpp-linter:
+ strategy:
+ matrix:
+ compiler: [clang]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3