From 2fbb8de3a94b022a9e092c547ae4c2e888e6a9a7 Mon Sep 17 00:00:00 2001 From: SOFe Date: Mon, 1 Jan 2024 19:37:33 +0800 Subject: [PATCH] chore: add missing toolchain --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fab058..5eafcb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: + toolchain: nightly profile: default default: true components: rustfmt @@ -26,6 +27,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: + toolchain: stable profile: default default: true components: clippy @@ -50,6 +52,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: + toolchain: stable profile: default default: true - run: cargo build --release