• R/O
  • HTTP
  • SSH
  • HTTPS

source: 提交


Commit MetaInfo

修訂c56b985eb1f5f269877941d831c87a8b5b13ede4 (tree)
時間2023-02-22 21:15:33
作者SHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Log Message

install gcc@9 on github actions

Change Summary

差異

--- a/.github/workflows/unix.yml
+++ b/.github/workflows/unix.yml
@@ -24,7 +24,7 @@ jobs:
2424
2525 - name: macos_prereq
2626 if: runner.os == 'macOS'
27- run: brew install nkf
27+ run: brew install nkf gcc@9
2828
2929 - name: configure
3030 run: ./configure
Show on old repository browser