Remove unnecessary dependency installed
All checks were successful
/ build (push) Successful in 31s

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

View file

@ -17,7 +17,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: 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 - uses: https://code.forgejo.org/actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0