File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments