Skip to content

Commit

Permalink
Fix issue with wasm build cache missing (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Apr 10, 2024
1 parent e639070 commit 8dd6b87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
cling: Off
cppyy: On
coverage: true
- name: ubu22-x86-gcc9-clang-repl-16
- name: ubu22-x86-gcc12-clang-repl-16
os: ubuntu-22.04
compiler: gcc-9
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: On
Expand Down Expand Up @@ -487,16 +487,16 @@ jobs:
cppyy: On
xeus-clang-repl: On
coverage: true
- name: ubu22-x86-gcc9-clang-repl-16-cppyy
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
os: ubuntu-22.04
compiler: gcc-9
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: On
coverage: true
- name: ubu22-x86-gcc9-clang-repl-16-xeus-clang-repl
- name: ubu22-x86-gcc12-clang-repl-16-xeus-clang-repl
os: ubuntu-22.04
compiler: gcc-9
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: On
Expand Down

0 comments on commit 8dd6b87

Please sign in to comment.