Skip to content

Commit

Permalink
remove hwloc installation in github action
Browse files Browse the repository at this point in the history
Signed-off-by: bg-furiosa <[email protected]>
  • Loading branch information
bg-furiosa committed Apr 8, 2024
1 parent fc68dec commit 1c120a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install hwloc
run: sudo apt install -y hwloc libhwloc-dev
- name: Install rust components
run: rustup component add clippy rustfmt
- name: lint
Expand Down

0 comments on commit 1c120a5

Please sign in to comment.