From e4d40ee8c09b4d514ede80f8897d1905168c5817 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Mon, 28 Oct 2024 15:19:48 -0700 Subject: [PATCH] ci: fix syntax error --- .github/workflows/sandwich.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index 5c48a991..4b506902 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -62,6 +62,7 @@ jobs: - name: Disable demo-postgres (Windows) if: runner.os == 'Windows' + run: | # Disable demo-postgres since it requires unix sockets sed -i 's|, ./demos/demo-postgres|-- , ./demos/demo-postgres|g' cabal.project cat cabal.project