Skip to content

Commit 8ac8ffd

Browse files
committed
ci: another try for mac1
1 parent 7aec840 commit 8ac8ffd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sandwich.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ jobs:
140140

141141
- name: Build
142142
run: |
143+
echo "Original PATH: $PATH"
144+
export PATH="/opt/homebrew/opt/postgresql@18/bin:$PATH"
145+
echo New PATH: $PATH"
146+
143147
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
144148
cabal build all
145149

0 commit comments

Comments
 (0)