Skip to content

Commit

Permalink
Fix native build (#51522)
Browse files Browse the repository at this point in the history
CI runs with root, there is no sudo
  • Loading branch information
sokra committed Jun 19, 2023
1 parent 5e51c08 commit 4cc5715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ runs:
- shell: bash
run: |
: install mold linker
sudo apt update
sudo apt install -y mold
apt update
apt install -y mold
- name: 'Setup Rust toolchain'
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 4cc5715

Please sign in to comment.