Files
FoundryOS/.gitea/workflows/rust.yml
T
zxq5 af3215d887
Continuous integration / build (push) Failing after 23m3s
changed order of steps in rust.yml
2025-02-22 01:28:31 +00:00

14 lines
283 B
YAML

on: [push, pull_request]
name: Continuous integration
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/checkout@v4
with:
submodules: "true"
- run: cargo build