We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bca72b commit 896052cCopy full SHA for 896052c
build-constraints/etc/check-lts.sh
@@ -7,6 +7,7 @@ export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-24-build-c
7
8
# bootstrap pantry db since GH action keeps fails to generate fresh one
9
if [ ! -e ~/.stack/pantry/pantry.sqlite3 ]; then
10
+ mkdir -p ~/.stack/pantry
11
curl -L https://petersen.fedorapeople.org/pantry.sqlite3.gz | gunzip > ~/.stack/pantry/pantry.sqlite3
12
fi
13
0 commit comments