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