File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,12 @@ jobs:
100
100
actions-cache-folder : " .xmake-cache"
101
101
102
102
- run : xmake l install.lua
103
- - run : deno run -A xmake.ts --mode=test --group=test --toolchain=gcc --sdk=/opt/gcc-latest/
104
103
- run : xmake clean -a
105
104
- run : xmake f --toolchain=gcc --sdk=/opt/gcc-latest/ -y -v --project=. "--file=./xmake.lua"
106
- - run : xmake build -v -y -w --project=. "--file=./xmake.lua"
105
+ - run : xmake build -v -y -w --project=. "--file=./xmake.lua"
106
+ - run : xmake clean -a
107
+ - run : deno run -A xmake.ts --mode=test --group=test --toolchain=gcc --sdk=/opt/gcc-latest/
108
+
107
109
- run : xmake clean -a
108
110
- run : xmake f --toolchain=gcc --sdk=/opt/gcc-latest/ -y -v --project=. "--file=./xmake.lua" --mode=test
109
111
- run : xmake build -v -y -w --project=. "--file=./xmake.lua" --group=test
You can’t perform that action at this time.
0 commit comments