From 867f2569a075e5b3cc5052a95424f9c1117f1643 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Thu, 5 May 2022 00:06:00 -0500 Subject: [PATCH] ci: Fix Windows build using Stack Added PostgreSQL binaries to the PATH and removed the use of msys2-keyring --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f6dd2438..eacb891c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,10 +167,7 @@ jobs: ~\AppData\Roaming\stack ~\AppData\Local\Programs\stack .stack-work - deps: | - stack exec -- pacman -Syu --noconfirm - stack exec -- pacman -S msys2-keyring --noconfirm - stack exec -- pacman -S mingw64/mingw-w64-x86_64-postgresql --noconfirm + deps: Add-Content $env:GITHUB_PATH $env:PGBIN # We'd need to make test/with_tmp_db run on Windows first # test: true artifact: postgrest-windows-x64