Update .gitea/workflows/build.yaml
Some checks reported warnings
continuous-integration/drone/push Build is passing
Build / build (push) Has been cancelled

This commit is contained in:
Sthope 2023-08-13 03:52:04 +02:00
parent 6875fe72ab
commit 9482626314

View File

@ -8,16 +8,15 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Set up Python
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.8 # Adjust to the desired Python version
python-version: "3.10.12"
- name: Install dependencies
run: |