forked from github-such-software/hash-wallet
Windows CI: clone torch_dart + reown_flutter from git instead of tarball #29
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The upstream-published .tar.gz tarballs include example/*/flutter/
ephemeral/.plugin_symlinks/ entries — absolute symlinks pointing to
/home/runner/.pub-cache/... on the build host. Linux tar tolerates
dangling symlinks; Windows tar bails the whole extraction with
"Cannot create symlink to '...': No such file or directory".
We don't need the example build artifacts — only the library source.
Git clone at the matching tagged version gets us that, same pattern as
bitbox_flutter (also a clone, not a tarball).
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist