Skip to content

Commit

Permalink
Fix the lakers CI (#108)
Browse files Browse the repository at this point in the history
Explicitly force in the CI the installation of the Rust tool chain specified in the lakers code base.
Unfortunately, the version to use is hard-coded in the CI command instead of being taken from the lakers/rust-toolchain file.
  • Loading branch information
kostis authored Mar 5, 2025
1 parent cfc019b commit c602712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 Expand Up @@ -53,6 +54,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 Server
Expand Down

0 comments on commit c602712

Please sign in to comment.