修訂 | c56b985eb1f5f269877941d831c87a8b5b13ede4 (tree) |
---|---|
時間 | 2023-02-22 21:15:33 |
作者 | SHIRAKATA Kentaro <argrath@ub32...> |
Commiter | SHIRAKATA Kentaro |
install gcc@9 on github actions
@@ -24,7 +24,7 @@ jobs: | ||
24 | 24 | |
25 | 25 | - name: macos_prereq |
26 | 26 | if: runner.os == 'macOS' |
27 | - run: brew install nkf | |
27 | + run: brew install nkf gcc@9 | |
28 | 28 | |
29 | 29 | - name: configure |
30 | 30 | run: ./configure |