.github/workflows/build.yml aktualisiert
Some checks failed
/ build (push) Failing after 23s

This commit is contained in:
2026-05-03 16:38:13 +02:00
parent f558c64886
commit 9361cfdee6

View File

@@ -3,10 +3,15 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.11-slim
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
run: apt-get update && apt-get install -y git curl
- uses: actions/cache@v4
with:
path: |