Skip to content

Commit 540513e

Browse files
committed
try and try again
1 parent 4be584b commit 540513e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
nix-env -f '<nixpkgs>' -iA lmdb
5858
LMDB_STORE=$(find /nix/store -maxdepth 1 -name '*lmdb*-dev' -type d | head -1)
5959
if [ -n "$LMDB_STORE" ]; then
60-
echo "PKG_CONFIG_PATH=${LMDB_STORE}/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
60+
echo "PKG_CONFIG_PATH_FOR_TARGET=${LMDB_STORE}/lib/pkgconfig:$PKG_CONFIG_PATH_FOR_TARGET" >> $GITHUB_ENV
6161
fi
6262
shell: devx {0}
6363
- name: cache cabal
@@ -72,11 +72,11 @@ jobs:
7272
run: cabal update
7373
- name: cabal build dependencies
7474
run: cabal build all -j --enable-tests --only-dependencies
75-
- name: Setup tmate session
76-
uses: mxschmitt/action-tmate@v3
77-
if: ${{ failure() }}
78-
with:
79-
limit-access-to-actor: true
75+
# - name: Setup tmate session
76+
# uses: mxschmitt/action-tmate@v3
77+
# if: ${{ failure() }}
78+
# with:
79+
# limit-access-to-actor: true
8080
- name: cabal build
8181
run: cabal build all -j --enable-tests
8282
- name: postgres init

0 commit comments

Comments
 (0)