Update .forgejo/workflows/rust.yaml
All checks were successful
Rust / build (push) Successful in 30s

This should fix the thing
This commit is contained in:
amr 2025-07-22 02:00:37 +00:00
commit b07a7e73e4

View file

@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
jobs:
build:
runs-on: poseidon-runner
runs-on: docker
steps:
- uses: actions/checkout@v4