fix add checkout into workflow
All checks were successful
Build / build-server (push) Successful in 1m35s
Build / build-client (push) Successful in 59s

This commit is contained in:
tqcq
2025-07-14 11:20:09 +08:00
parent b5da350394
commit 7303840868

View File

@@ -5,8 +5,12 @@ jobs:
build-server:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- run: cargo build -p server
build-client:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- run: cargo build -p client