From d0b815f463b60df14d15510ca58e430732fdb1d3 Mon Sep 17 00:00:00 2001 From: Francisco Javier Ribo Labrador Date: Wed, 4 Dec 2024 15:00:05 +0100 Subject: [PATCH] fix: revert Signed-off-by: Francisco Javier Ribo Labrador --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9be05431a..8e191e94b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 7ce5bb715..ac03e4161 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -56,7 +56,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e416d4e40..935fc9411 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack