Skip to content

Commit

Permalink
Try to use nightly-2024-06-22 Rust tool chain in the lakers CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Mar 5, 2025
1 parent cfc019b commit ce95a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce95a8a

Please sign in to comment.