Fix stripping in travis

这个提交包含在:
Julian Ospald 2020-07-13 21:17:01 +02:00
父节点 f2e26c1800
当前提交 75cd8f2341
找不到此签名对应的密钥
GPG 密钥 ID: 511B62C09D50CD28
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -20,5 +20,5 @@ ghcup set 8.8.3
cabal update
cabal build --constraint="zlib static" --constraint="lzma static" -ftui
cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" .
strip -s ghcup
strip ./ghcup
cp ghcup "./${ARTIFACT}"