File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ jobs:
101
101
check-wasm :
102
102
needs : prepare
103
103
name : Check WASM
104
- runs-on : ubuntu-20.04
104
+ runs-on : ubuntu-latest
105
105
env :
106
- CC : clang-10
106
+ CC : clang-14
107
107
CFLAGS : -I/usr/include
108
108
steps :
109
109
- name : Checkout
@@ -113,7 +113,7 @@ jobs:
113
113
# Install a recent version of clang that supports wasm32
114
114
- run : wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - || exit 1
115
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
116
+ - run : sudo apt-get install -y libclang-common-14 -dev clang-14 libc6-dev-i386 || exit 1
117
117
- name : Install Rust toolchain
118
118
uses : actions-rs/toolchain@v1
119
119
with :
You can’t perform that action at this time.
0 commit comments