Skip to content

Commit 5331f54

Browse files
committed
CI: remove apt dependencies installation
The packages are already installed on the self-hosted runner.
1 parent ca7182f commit 5331f54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
git config --global user.name "${GITHUB_ACTOR}"
5151
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5252
53-
- name: Install apt dependencies
54-
run: sudo apt install chrpath diffstat
55-
5653
- name: Cache fetch
5754
id: cache-fetch
5855
uses: actions/cache@v4

0 commit comments

Comments
 (0)