fix workflow step format
This commit is contained in:
@@ -5,8 +5,8 @@ jobs:
|
|||||||
build-server:
|
build-server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- cargo build -p server
|
- run: cargo build -p server
|
||||||
build-client:
|
build-client:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- cargo build -p client
|
- run: cargo build -p client
|
||||||
|
Reference in New Issue
Block a user