Skip to content

Commit

Permalink
ci: cargo binstall without symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 14, 2023
1 parent bf1a3e9 commit df71d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get install -y ninja-build python3-requests
rustup +nightly component add llvm-tools-preview
cargo binstall -y cargo-udeps
cargo binstall -y --no-symlinks cargo-udeps
git config --global init.defaultBranch main
git config --global user.email "ci@riot-labs.de"
git config --global user.name "CI"
Expand Down

0 comments on commit df71d89

Please sign in to comment.