Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 1m10s

This commit is contained in:
jansel 2025-06-13 21:45:46 +02:00
parent 3211e40758
commit ed9b2a8a7e

View file

@ -6,7 +6,9 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
container:
image: ubuntu:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4