File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 if : ${{ matrix.platform == 'linux-arm64' }}
3333 run : |
3434 sudo apt-get update
35- sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
35+ sudo apt-get install -y gcc-9- aarch64-linux-gnu g++-9 -aarch64-linux-gnu
3636
3737 - uses : actions/checkout@v2
3838 with :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ elseif platform.OS == 'Linux' then
3636end
3737
3838lm :import " 3rd/bee.lua/make.lua"
39- -- lm:import "make/code_format.lua"
39+ lm :import " make/code_format.lua"
4040
4141lm :source_set ' lpeglabel' {
4242 rootdir = ' 3rd' ,
@@ -51,7 +51,7 @@ lm:executable "lua-language-server" {
5151 deps = {
5252 " lpeglabel" ,
5353 " source_bootstrap" ,
54- -- "code_format",
54+ " code_format" ,
5555 },
5656 includes = {
5757 " 3rd/bee.lua" ,
You can’t perform that action at this time.
0 commit comments