From 012c207e966672837db992a1d17ab0ad6367a321 Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Wed, 22 May 2024 13:55:58 +0200 Subject: [PATCH] explicitly set Rust toolchain version --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1d6acfc1..92823730 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,7 +21,7 @@ jobs: CI: true - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.73.0 override: true - name: Install esy run: npm install -g esy