Skip to content

Commit ed99cbf

Browse files
committed
ci: bump to clang-14 on check-wasm
1 parent 3f9cbeb commit ed99cbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
name: Check WASM
102102
runs-on: ubuntu-24.04
103103
env:
104-
CC: clang-10
104+
CC: clang-14
105105
CFLAGS: -I/usr/include
106106
steps:
107107
- name: Checkout
@@ -111,7 +111,7 @@ jobs:
111111
# Install a recent version of clang that supports wasm32
112112
- run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - || exit 1
113113
- run: sudo apt-get update || exit 1
114-
- run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1
114+
- run: sudo apt-get install -y libclang-common-14-dev clang-14 libc6-dev-i386 || exit 1
115115
- name: Install Rust toolchain
116116
uses: actions-rs/toolchain@v1
117117
with:

0 commit comments

Comments
 (0)