Update .gitea/workflows/build.yaml

This commit is contained in:
Sthope
2023-08-13 03:26:54 +02:00
parent 6a018d00b5
commit 6efcbf6736

@@ -6,7 +6,7 @@ on:
# - cron: '0 21 * * 0' # - cron: '0 21 * * 0'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- name: Install dependencies - name: Install dependencies
uses: actions/setup-python@v2 uses: actions/setup-python@v2