Skip to content

Commit 0cd59dc

Browse files
authored
Update gcc.yml
1 parent 842b3ea commit 0cd59dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/gcc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ jobs:
100100
actions-cache-folder: ".xmake-cache"
101101

102102
- run: xmake l install.lua
103-
- run: deno run -A xmake.ts --mode=test --group=test --toolchain=gcc --sdk=/opt/gcc-latest/
104103
- run: xmake clean -a
105104
- 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+
107109
- run: xmake clean -a
108110
- run: xmake f --toolchain=gcc --sdk=/opt/gcc-latest/ -y -v --project=. "--file=./xmake.lua" --mode=test
109111
- run: xmake build -v -y -w --project=. "--file=./xmake.lua" --group=test

0 commit comments

Comments
 (0)