Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 18, 2025
1 parent dfb70f3 commit b4ea293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
~\AppData\Local\Programs\stack\snapshots
~\AppData\Roaming\stack\stack.sqlite3
~\AppData\Local\Programs\stack\stack.sqlite3
deps: Add-Content $env:GITHUB_PATH $env:PGBIN
deps: |
Add-Content $env:GITHUB_PATH $env:PGBIN
echo ("APPDATA_DIR=" + $env:APPDATA)
artifact: postgrest-windows-x86-64

name: Stack - ${{ matrix.name }}
Expand Down

0 comments on commit b4ea293

Please sign in to comment.