We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7fee6 commit c78df3fCopy full SHA for c78df3f
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
if: runner.os == 'Windows'
56
run: |
57
cargo build -p spacetimedb-cli -p spacetimedb-standalone -p spacetimedb-update
58
- Start-Process target/debug/spacetimedb-cli.exe start --pg-port 5432
+ Start-Process target/debug/spacetimedb-cli.exe -ArgumentList 'start --pg-port 5432'
59
cd modules
60
# the sdk-manifests on windows-latest are messed up, so we need to update them
61
dotnet workload config --update-mode manifests
0 commit comments