Skip to content

Commit 896052c

Browse files
committed
fixup! etc/check-lts.sh: bootstrap pantry db with fresh download
1 parent 1bca72b commit 896052c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-constraints/etc/check-lts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-24-build-c
77

88
# bootstrap pantry db since GH action keeps fails to generate fresh one
99
if [ ! -e ~/.stack/pantry/pantry.sqlite3 ]; then
10+
mkdir -p ~/.stack/pantry
1011
curl -L https://petersen.fedorapeople.org/pantry.sqlite3.gz | gunzip > ~/.stack/pantry/pantry.sqlite3
1112
fi
1213

0 commit comments

Comments
 (0)