Skip to content

Commit

Permalink
install postgres on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric committed Oct 1, 2024
1 parent ac9f409 commit ff94bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
$env:PGDATA = "${Env:ProgramFiles}\PostgreSQL\16\data"
# & $env:PGROOT\pg_ctl.exe initdb -D $env:PGDATA
# & $env:PGROOT\pg_ctl.exe start -D $env:PGDATA -l logfile
$Env:PGPASSWORD='changme'; '\conninfo' | & $Env:PGROOT/psql.exe -Upostgres
$Env:PGPASSWORD='changeme'; '\conninfo' | & $Env:PGROOT/psql.exe -Upostgres
- name: cargo build windows
timeout-minutes: 15
run: mkdir frontend/build && cd backend && New-Item -Path . -Name "windmill-api/openapi-deref.yaml" -ItemType "File" -Force && cargo build --release
Expand Down

0 comments on commit ff94bc4

Please sign in to comment.