Skip to content
Snippets Groups Projects
Verified Commit 52b91109 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: new base WASM version build

parent b2242b2e
No related branches found
No related tags found
1 merge request!19Initial tentative audio support 🔉
Pipeline #2288 passed
......@@ -12,6 +12,7 @@ jobs:
rust-version: [
"1.56.1",
"1.60.0",
"1.61.0",
"1.62.0",
"1.63.0",
"1.64.0",
......@@ -45,9 +46,6 @@ jobs:
strategy:
matrix:
rust-version: [
"1.56.1",
"1.60.0",
"1.62.0",
"1.63.0",
"1.64.0",
"1.65.0",
......
......@@ -42,7 +42,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.60.0"]
- RUST_VERSION: ["1.63.0"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment