workflows enabled matrix

This commit is contained in:
silverqx
2023-02-17 18:46:05 +01:00
parent 8a2cfe5868
commit a8d99e641c
+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