File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
shell : bash
43
43
run : |
44
44
source PawPaw/local.env ${{ matrix.target }}
45
- ${CMAKE} -S . -B build
45
+ ${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
46
46
cmake --build build -j
47
47
- uses : actions/upload-artifact@v3
48
48
with :
77
77
shell : bash
78
78
run : |
79
79
source PawPaw/local.env ${{ matrix.target }}
80
- ${CMAKE} -S . -B build
80
+ ${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
81
81
cmake --build build -j
82
82
- uses : actions/upload-artifact@v3
83
83
with :
@@ -121,7 +121,7 @@ jobs:
121
121
shell : bash
122
122
run : |
123
123
source PawPaw/local.env ${{ matrix.target }}
124
- ${CMAKE} -S . -B build
124
+ ${CMAKE} -S . -B build -DCARLA_BUILD_STATIC:BOOL=TRUE
125
125
cmake --build build -j
126
126
- uses : actions/upload-artifact@v3
127
127
with :
You can’t perform that action at this time.
0 commit comments