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

fix: wasm build versions

parent ffaf73df
No related branches found
No related tags found
No related merge requests found
Pipeline #5468 passed
......@@ -118,7 +118,7 @@ jobs:
name: Build WASM
timeout-minutes: 30
runs-on: ubuntu-latest
container: rust:1.78.0
container: rust:1.81.0
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
......
......@@ -82,9 +82,7 @@ jobs:
strategy:
matrix:
rust-version: [
"1.78.0",
"1.79.0",
"1.80.0",
"1.81.0",
"1.82.0",
"latest"
]
......
......@@ -49,7 +49,7 @@ build-wasm:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.78.0"]
- RUST_VERSION: ["1.81.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.
Please register or to comment