Files
jojo/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: mapping key "build-server" already defined at line 5
2025-07-14 10:41:07 +08:00

13 lines
198 B
YAML

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