Skip to content

Commit

Permalink
Fix typo in compiler matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElashri committed Sep 7, 2023
1 parent ff889d8 commit 25e3b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Setup C/C++ Compiler
uses: rlalik/[email protected]
with:
compiler: [latest,clang++-12]
matrix:
compiler: [latest,clang++-12]

- name: Build
run: make all

0 comments on commit 25e3b84

Please sign in to comment.