From 00ac90357bbd256436846beceba67b38d4743bf6 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 25 Jan 2024 12:43:15 +0100 Subject: fix: ci Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 24d4277..2631077 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,9 +17,7 @@ jobs: submodules: true - name: Install stable Rust toolchain - run: | - rustup toolchain install stable - rustup default stable + run: rustup update stable - name: Build (stable) run: cargo +stable build --workspace --exclude wasm-testsuite @@ -36,10 +34,11 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true + - name: Install nightly Rust toolchain - run: | - rustup toolchain install nightly - rustup default nightly + run: rustup update stable nightly - name: Build (nightly, no default features) run: cargo +nightly build --workspace --exclude wasm-testsuite --no-default-features -- cgit v1.3.1