Remove unnecessary dependency installed
/ build (push) Successful in 31s
Details
/ build (push) Successful in 31s
Details
This commit is contained in:
parent
c2afa04fbb
commit
1506930576
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue