Skip to content

Commit

Permalink
Directly install rust-analyzer from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Nov 17, 2023
1 parent 7d2ee7c commit 25014d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
sh 'org.eclipse.corrosion/scripts/rustup-init.sh -y'
sh 'rustup install stable-x86_64-unknown-linux-gnu'
sh 'rustup default stable-x86_64-unknown-linux-gnu'
sh 'mkdir -p ~/.local/bin'
sh 'rustup component add rust-analyzer'
sh 'echo $PATH'
}
}
Expand Down

0 comments on commit 25014d6

Please sign in to comment.