We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72696ec commit f467449Copy full SHA for f467449
.github/workflows/cont_integration.yml
@@ -103,7 +103,7 @@ jobs:
103
name: Check WASM
104
runs-on: ubuntu-24.04
105
env:
106
- CC: clang-10
+ CC: clang-14
107
CFLAGS: -I/usr/include
108
steps:
109
- name: Checkout
@@ -113,7 +113,7 @@ jobs:
113
# Install a recent version of clang that supports wasm32
114
- run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - || exit 1
115
- 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
+ - run: sudo apt-get install -y libclang-common-14-dev clang-14 libc6-dev-i386 || exit 1
117
- name: Install Rust toolchain
118
uses: actions-rs/toolchain@v1
119
with:
0 commit comments