Files
jojo/.gitea/workflows/build.yaml
tqcq b5da350394
Some checks failed
Build / build-client (push) Failing after 14s
Build / build-server (push) Failing after 12m58s
fix workflow step format
2025-07-14 10:56:42 +08:00

13 lines
211 B
YAML

---
name: Build
on: [push]
jobs:
build-server:
runs-on: ubuntu-latest
steps:
- run: cargo build -p server
build-client:
runs-on: ubuntu-latest
steps:
- run: cargo build -p client