Phala-Network / phat-offchain-rollup

Phat Contract Offchain Rollup implementation
Apache License 2.0
18 stars 13 forks source link

Update .gitmodules #8

Closed tenheadedlion closed 1 year ago

tenheadedlion commented 1 year ago

Update .gitmodule to fix a CI problem: https://github.com/Phala-Network/index-contract/issues/21

Github CI fails to checkout submodules specified with git protocol. Had tried to setup env variable CARGO_NET_GIT_FETCH_WITH_CLI=true, ended up with permission denial error

The solution to the problem is simply to change git protocol to https. Checkout this result output for detail