We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3405a8b commit 7e7f088Copy full SHA for 7e7f088
1 file changed
.github/workflows/ci.yml
@@ -21,13 +21,13 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- ##- name: ubu22-x86-gcc12-clang-repl-17-cppyy
25
- ## os: ubuntu-22.04
26
- ## compiler: gcc-12
27
- ## clang-runtime: '17'
28
- ## cling: Off
29
- ## cppyy: On
30
- ## coverage: true
+ - name: ubu22-x86-gcc12-clang-repl-17-cppyy
+ os: ubuntu-22.04
+ compiler: gcc-12
+ clang-runtime: '17'
+ cling: Off
+ cppyy: On
+ coverage: true
31
##- name: ubu22-x86-gcc12-clang-repl-17-xeus-clang-repl
32
## os: ubuntu-22.04
33
## compiler: gcc-12
0 commit comments