We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3766b97 commit 0eef0f0Copy full SHA for 0eef0f0
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
architecture: [x86, x64]
12
- dialect: [C++17, C++20]
+ dialect: [C++17] #Uncomment once #8659 is fixed [C++17, C++20]
13
config: [debug, release]
14
machine:
15
- os: ubuntu-latest
@@ -36,11 +36,6 @@ jobs:
36
- name: Install GCC
37
if: matrix.machine.toolset == 'gcc'
38
run: sudo apt-get update && sudo apt-get install -y gcc g++
39
- - name: Clang libstdc++ image workaround
40
- if: matrix.machine.toolset == 'clang'
41
- uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7
42
- with:
43
- os: ${{ matrix.machine.os }}
44
- name: Install Clang & LLVM
45
if: matrix.machine.toolset == 'clang'
46
run: sudo apt-get update && sudo apt-get install -y clang llvm lld
0 commit comments