Skip to content

Commit

Permalink
Use --sparse option in tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira authored Mar 18, 2022
1 parent 1e97f16 commit 06fa6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
file $CABAL_EXEC
$CABAL_EXEC --version
fi
tar -cvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
tar -Scvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
echo "CABAL_EXEC_TAR=cabal-head.tar" >> $GITHUB_ENV
# We upload the cabal executable built with the ghc used in the release for:
Expand Down

0 comments on commit 06fa6e7

Please sign in to comment.