We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b314029 commit 1bb097eCopy full SHA for 1bb097e
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- compiler: [ [clang++-12, clang-12], [g++-9, gcc-9] ]
+ compiler: [ [clang++-12, clang-12] ]
16
build: [ Debug, Release ]
17
18
continue-on-error: false
@@ -31,9 +31,7 @@ jobs:
31
cmake \
32
ninja-build \
33
libstdc++6 \
34
- libboost-all-dev \
35
- gcc-9 \
36
- g++-9
+ libboost-all-dev
37
38
- name: Install Phasar Dependencies
39
shell: bash
0 commit comments