Skip to content

Commit c78df3f

Browse files
authored
Fix CI breakage by PR #3309 (#3314)
# Description of Changes Cause by #3309
1 parent ae7fee6 commit c78df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: runner.os == 'Windows'
5656
run: |
5757
cargo build -p spacetimedb-cli -p spacetimedb-standalone -p spacetimedb-update
58-
Start-Process target/debug/spacetimedb-cli.exe start --pg-port 5432
58+
Start-Process target/debug/spacetimedb-cli.exe -ArgumentList 'start --pg-port 5432'
5959
cd modules
6060
# the sdk-manifests on windows-latest are messed up, so we need to update them
6161
dotnet workload config --update-mode manifests

0 commit comments

Comments
 (0)