Skip to content

Commit

Permalink
github-ci: remove useless install dependencies step
Browse files Browse the repository at this point in the history
the image already have build-essential and pkgconf installed.
pkgconf is an alternative to pkg-config
  • Loading branch information
gwen-lg committed Jul 12, 2024
1 parent fe3214f commit 70eb556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
name: Code Checks and Tests

steps:
- name: "Install dependencies Ubuntu"
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends build-essential pkg-config

- name: "Install rust-toolchain stable"
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 70eb556

Please sign in to comment.