From 2a810e7511af3e7379bbd0c03a95abae114da9aa Mon Sep 17 00:00:00 2001 From: Nuutti Kotivuori Date: Wed, 20 Dec 2023 14:58:11 +0000 Subject: [PATCH] chore: Use action to install newer rust toolchain --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a841ba6..f45ea2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Build run: cargo build --verbose - name: Run tests