From 973c22a102d23878503845e285f854fc60e64011 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 28 Jan 2022 16:00:53 +0100 Subject: [PATCH] ci: Fix windows build failing because of outdated keyring Signed-off-by: Wolfgang Walther --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9eb5cd8bb..2958bc5f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -168,6 +168,8 @@ jobs: ~\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 # We'd need to make test/with_tmp_db run on Windows first # test: true