blog icon indicating copy to clipboard operation
blog copied to clipboard

GitHub Actionsへの移行

Open igrep opened this issue 4 years ago • 1 comments

https://github.com/haskell-jp/blog/pull/200 によってGHCと依存パッケージのバージョンを挙げた結果、Pandocをビルドする際にメモリーが足りなくなってしまった。 https://github.com/haskell-jp/blog/pull/200#issuecomment-743762764 によると、少なくともCircleCIの無償版(4GB)ではビルドは難しそうなので、無償版で7GBを提供してくれるGitHub Actionsに移行した方がよさそう

igrep avatar Dec 12 '20 23:12 igrep

試しに自分のブログ(Hakyll)で LTS 16.25 を GitHub Actions で試したところコンパイルできました https://github.com/matsubara0507/source-gh-pages/pull/8

matsubara0507 avatar Dec 13 '20 11:12 matsubara0507