File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
-DBUILD_SHARED_LIBS=OFF
39
39
40
40
- name : ' [x32] Build project (Serverside)'
41
- run : cmake --build build --config Release -j
41
+ run : cmake --build build --config Release -j -t asyncio
42
42
43
43
- name : ' [x32] Configure project (Clientside)'
44
44
run : cmake -B build -S . -DCLIENT_DLL=ON
45
45
46
46
- name : ' [x32] Build project (Clientside)'
47
- run : cmake --build build --config Release -j
47
+ run : cmake --build build --config Release -j -t asyncio
48
48
49
49
- name : ' [x64] Download garrysmod_common'
50
50
uses : actions/checkout@v3
@@ -62,13 +62,13 @@ jobs:
62
62
-DBUILD_SHARED_LIBS=OFF
63
63
64
64
- name : ' [x64] Build project (Serverside)'
65
- run : cmake --build build64 --config Release -j
65
+ run : cmake --build build64 --config Release -j -t asyncio
66
66
67
67
- name : ' [x64] Configure project (Clientside)'
68
68
run : cmake -B build64 -S . -DCLIENT_DLL=ON
69
69
70
70
- name : ' [x64] Build project (Clientside)'
71
- run : cmake --build build64 --config Release -j
71
+ run : cmake --build build64 --config Release -j -t asyncio
72
72
73
73
- name : " Upload artifacts"
74
74
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments