Skip to content

Commit

Permalink
libscca-dev is not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke committed Feb 8, 2024
1 parent a79f53d commit 73edd29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install required libscca-dev
run: sudo apt install -y libscca-dev


- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install required libscca-dev
run: sudo apt install -y libscca-dev

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
steps:

- uses: actions/checkout@v1

- name: Install required libscca-dev
run: sudo apt install -y libscca-dev

- uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
toolchain: stable
components: clippy
override: true

- name: Install required libscca-dev
run: sudo apt install -y libscca-dev

- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
Expand Down

0 comments on commit 73edd29

Please sign in to comment.