workflows test

This commit is contained in:
silverqx
2022-06-28 09:28:03 +02:00
parent 46b29213f1
commit 89cd1f222e
-11
View File
@@ -14,17 +14,6 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
- key: clang14
apt: [ clang-14, lld, g++-11 ]
command: clang++-14
- key: gcc11
apt: [ g++-11 ]
command: g++-11
steps:
- uses: actions/checkout@v3