Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 1m10s
Some checks failed
Build & Publish / build (push) Failing after 1m10s
This commit is contained in:
parent
3211e40758
commit
ed9b2a8a7e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/root.yml
vendored
4
.github/workflows/root.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue