Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 546 Bytes

TODO.md

File metadata and controls

9 lines (7 loc) · 546 Bytes

Investigate what is happening with builds on GitHub Actions. There is issue with fetching remote repositories that are fetched via git protocol (not https). In the latest example, we had issues with fetching ethereumjs-abi repository, that is our 3rd-party dependency. Here are some issues and possible solutions:

@mightymatth fixed this issue by doing this: actions/setup-node#214 (comment)