From 0344a0a6dbc2dfc492e73505369faecb69d9436c Mon Sep 17 00:00:00 2001 From: kana-rus Date: Tue, 22 Oct 2024 21:26:40 +0900 Subject: [PATCH] fix CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 87d1de9..8957844 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain + - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.toolchain }}