.github/workflows/build.yml aktualisiert
All checks were successful
/ build (push) Successful in 4m2s

revert
This commit is contained in:
2026-05-03 16:41:12 +02:00
parent 9361cfdee6
commit 455633178c

View File

@@ -3,15 +3,10 @@ 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: |