ci: Fix Windows build using Stack

Added PostgreSQL binaries to the PATH and removed the use of msys2-keyring
This commit is contained in:
Laurence Isla
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent 02eb3f0612
commit 6fc47aa525
+1 -4
View File
@@ -167,10 +167,7 @@ jobs:
~\AppData\Roaming\stack ~\AppData\Roaming\stack
~\AppData\Local\Programs\stack ~\AppData\Local\Programs\stack
.stack-work .stack-work
deps: | deps: Add-Content $env:GITHUB_PATH $env:PGBIN
stack exec -- pacman -Syu --noconfirm
stack exec -- pacman -S msys2-keyring --noconfirm
stack exec -- pacman -S mingw64/mingw-w64-x86_64-postgresql --noconfirm
# We'd need to make test/with_tmp_db run on Windows first # We'd need to make test/with_tmp_db run on Windows first
# test: true # test: true
artifact: postgrest-windows-x64 artifact: postgrest-windows-x64