We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e750f82 commit ca052eeCopy full SHA for ca052ee
.github/workflows/rust.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Checkout Crate
65
uses: actions/checkout@v2
66
- name: Install clang
67
- run: sudo apt-get install -y clang-9
+ run: sudo apt-get install -y clang-10
68
- name: Checkout Toolchain
69
uses: actions-rs/toolchain@v1
70
with:
contrib/test.sh
@@ -72,8 +72,8 @@ if [ "$DO_WASM" = true ]; then
72
clang --version
73
CARGO_TARGET_DIR=wasm cargo install --force wasm-pack
74
printf '\n[lib]\ncrate-type = ["cdylib", "rlib"]\n' >> Cargo.toml
75
- CC=clang-9 wasm-pack build
76
- CC=clang-9 wasm-pack test --node
+ CC=clang wasm-pack build
+ CC=clang wasm-pack test --node
77
fi
78
79
# Address Sanitizer
0 commit comments