Skip to content

Commit

Permalink
figure out env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 21, 2024
1 parent 93dbf10 commit 74fd74f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74fd74f

Please sign in to comment.