Skip to content

Commit

Permalink
fix: install lld. don't install anything for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 16, 2024
1 parent 8cd93d6 commit 1a667b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y gcc-aarch64-linux-gnu lld
- name: Run tests
run: cargo test --verbose
- name: Build
Expand All @@ -33,10 +33,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Run tests
run: cargo test --verbose
- name: Build
Expand Down

0 comments on commit 1a667b7

Please sign in to comment.