Skip to content

Commit

Permalink
Use an older version of the rust analyzer in the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegappan committed Sep 21, 2024
1 parent f5a27a3 commit 0e9af45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
# install the rust language server
sudo apt install -y cargo rust-src
mkdir -p ~/.local/bin
curl -L https://github.com/rust-lang/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > ~/.local/bin/rust-analyzer
# Use version v0.3.2011 as the later versions fail the tests
curl -L https://github.com/rust-lang/rust-analyzer/releases/download/2024-06-24/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > ~/.local/bin/rust-analyzer
chmod +x ~/.local/bin/rust-analyzer
- name: Setup Vim
uses: rhysd/action-setup-vim@v1
Expand Down

0 comments on commit 0e9af45

Please sign in to comment.