Remove unnecessary dependency installed
/ build (push) Successful in 31s Details

This commit is contained in:
Guillem 2023-12-31 17:32:51 +01:00
parent c2afa04fbb
commit 1506930576
Signed by: lordwektabyte
GPG Key ID: 6F6C296B2D4475DF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
build:
runs-on: docker
steps:
- run: apt-get update && apt-get install python3-pip tree -y
- run: apt-get update && apt-get install python3-pip -y
- uses: https://code.forgejo.org/actions/checkout@v4
with:
fetch-depth: 0