Configure output artifact and remove unnecessary dependency #2

Merged
lordwektabyte merged 2 commits from develop into main 2023-12-31 17:35:36 +01:00
Showing only changes of commit 1506930576 - Show all commits

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