diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0300547..60f7c12 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: - name: Install latest nightly uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2021-03-25 + toolchain: nightly override: true components: rustfmt, clippy target: wasm32-unknown-emscripten @@ -44,12 +44,12 @@ jobs: with: path: ~/.cargo key: ${{ runner.os }}-${{ hashFiles('Cargo**') }} - - name: Install rust script - uses: actions-rs/cargo@v1 - with: - command: install - args: cargo-web - use-tool-cache: true + #- name: Install cargo web + # uses: actions-rs/cargo@v1 + # with: + # command: install + # args: cargo-web + # use-tool-cache: true - name: Install deps run: | sudo apt update diff --git a/rust-toolchain b/rust-toolchain index 1aad10c..bf867e0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2021-03-25 +nightly