workflows enabled matrix

This commit is contained in:
silverqx
2023-01-26 15:32:50 +01:00
parent 5e96a4369a
commit 60a3aa468e
+3 -3
View File
@@ -35,9 +35,9 @@ jobs:
apt: [ clang-15, lld-15 ]
command: clang++-15
# - key: gcc12
# apt: [ g++-12 ]
# command: g++-12
- key: gcc12
apt: [ g++-12 ]
command: g++-12
steps:
- uses: actions/checkout@v3