From 74fd74f85de2e116c06f89bcb32407fe252a35e9 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Sat, 20 Jul 2024 17:23:32 -0700 Subject: [PATCH] figure out env variables --- .github/workflows/sandwich.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index 5613ecbf..cdd6d4b1 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -38,20 +38,11 @@ jobs: if: runner.os == 'Windows' run: | pwd - ls "C:\Program Files\PostgreSQL" echo "------------" - ls "C:\Program Files\PostgreSQL\14" + env echo "++++++++++++" - ls "C:\Program Files\PostgreSQL\14\bin" + set echo "============" - echo "PGBIN: $PGBIN" - echo "$PGBIN" >> $GITHUB_PATH - - # curl -LO https://get.enterprisedb.com/postgresql/postgresql-13.3-1-windows-x64-binaries.zip - # tar -xf postgresql-13.3-1-windows-x64-binaries.zip -C ${{ runner.temp }} - # echo "${{ runner.temp }}\\pgsql\\bin" >> $GITHUB_PATH - # where libpq.dll - # where pg_config - uses: haskell-actions/setup@v2 id: setup-haskell-cabal