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 1e97f16 commit 06fa6e7Copy full SHA for 06fa6e7
.github/workflows/validate.yml
@@ -126,7 +126,7 @@ jobs:
126
file $CABAL_EXEC
127
$CABAL_EXEC --version
128
fi
129
- tar -cvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
+ tar -Scvf cabal-head.tar -C $(dirname "$CABAL_EXEC") $(basename "$CABAL_EXEC")
130
echo "CABAL_EXEC_TAR=cabal-head.tar" >> $GITHUB_ENV
131
132
# We upload the cabal executable built with the ghc used in the release for:
0 commit comments