Skip to content

Commit 81a08b0

Browse files
committed
.
1 parent e11f63c commit 81a08b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ jobs:
213213

214214
- name: Build
215215
run: |
216-
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
217-
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
218-
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
216+
env | grep PKG_CONFIG_PATH
219217
cabal build cardano-node cardano-cli cardano-node-chairman cardano-submit-api
220218
221219
- name: Run tests

0 commit comments

Comments
 (0)