Skip to content

Commit 06fa6e7

Browse files
authored
Use --sparse option in tar
1 parent 1e97f16 commit 06fa6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
file $CABAL_EXEC
127127
$CABAL_EXEC --version
128128
fi
129-
tar -cvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
129+
tar -Scvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
130130
echo "CABAL_EXEC_TAR=cabal-head.tar" >> $GITHUB_ENV
131131
132132
# We upload the cabal executable built with the ghc used in the release for:

0 commit comments

Comments
 (0)