mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 21:33:50 -07:00
Fix missing +x with new cabal and use previous release deps for caching
This commit is contained in:
parent
83435c4f2e
commit
88cd21fd0f
10 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
set -xe
|
||||
{
|
||||
tar xzv --strip-components=1
|
||||
./striptests
|
||||
chmod +x striptests && ./striptests
|
||||
mkdir "$TARGETNAME"
|
||||
cabal update
|
||||
( IFS=';'; cabal build $CABALOPTS --enable-executable-static )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue