fix workflow error

This commit is contained in:
tqcq
2025-07-14 10:52:44 +08:00
parent eef7df3279
commit b15a7d409b

View File

@@ -1,12 +1,12 @@
---
name: Build
on: [push]
jobs:
build-server:
runs-on: ubuntu-latest
steps:
- cargo build -p server
build-server:
build-client:
runs-on: ubuntu-latest
steps:
- cargo build -p client