Skip to content

Commit

Permalink
-y
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Jun 19, 2023
1 parent 67d9596 commit dc20064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
run: |
: install LLD linker
sudo apt update
sudo apt install lld
sudo apt install -y lld
- name: 'Setup Rust toolchain'
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit dc20064

Please sign in to comment.