Update .forgejo/workflows/rust.yaml #1

Merged
NotAShelf merged 1 commit from amr-patch-1 into main 2025-07-22 10:56:13 +00:00
Showing only changes of commit b07a7e73e4 - Show all commits

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

This should fix the thing
amr 2025-07-22 02:00:37 +00:00

View file

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