Skip to content

Commit f467449

Browse files
committed
ci: bump to clang-14 on check-wasm
1 parent 72696ec commit f467449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cont_integration.yml

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

0 commit comments

Comments
 (0)