Skip to content

Commit

Permalink
The dtolnay/install-buck2 action takes care of lld already
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 19, 2023
1 parent 2c4e3fb commit 235bac8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:
with:
components: rust-src
- uses: dtolnay/install-buck2@latest
- name: Install lld
run: sudo apt-get install lld
if: matrix.os == 'ubuntu'
- run: buck2 run demo
- run: buck2 build ...
- run: buck2 test ...
Expand Down

0 comments on commit 235bac8

Please sign in to comment.