Skip to content

Commit 7e7f088

Browse files
authored
Fix include for ci to run
1 parent 3405a8b commit 7e7f088

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
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
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
3131
##- name: ubu22-x86-gcc12-clang-repl-17-xeus-clang-repl
3232
## os: ubuntu-22.04
3333
## compiler: gcc-12

0 commit comments

Comments
 (0)