Update .forgejo/workflows/rust.yaml
All checks were successful
Rust / build (push) Successful in 30s
All checks were successful
Rust / build (push) Successful in 30s
This should fix the thing
This commit is contained in:
parent
c8b174d182
commit
b07a7e73e4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: poseidon-runner
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue