From ce95a8a0e96bfb9d758e958bae310fd834cf38ee Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Wed, 5 Mar 2025 13:47:33 +0200 Subject: [PATCH] Try to use nightly-2024-06-22 Rust tool chain in the lakers CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07a9c7b..2af5f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: run: | curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y source "${HOME}/.cargo/env" + rustup toolchain install nightly-2024-06-22-x86_64-unknown-linux-gnu ./scripts/setup_sul.sh lakers - name: Test Lakers Client