diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 043f99929..b8113e857 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.69.0 + components: rustfmt, clippy - name: Setup WasmEdge build env run: | curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --version=0.11.2