File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 mkdir -p build
4040 cd build
41- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTELLARIUM_RELEASE_BUILD=Off -DENABLE_TESTING=On "${{ github.workspace }}"
41+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
42+ -DSTELLARIUM_RELEASE_BUILD=Off \
43+ -DENABLE_TESTING=On \
44+ "${{ github.workspace }}"
4245
4346 - name : Compile
4447 working-directory : build
@@ -162,7 +165,7 @@ jobs:
162165 export PATH="/opt/homebrew/opt/qt@5/bin:/usr/local/opt/qt@5/bin:$PATH"
163166 mkdir -p build
164167 cd build
165- cmake -DCMAKE_PREFIX_PATH="/opt/homebrew;/usr/local"
168+ cmake -DCMAKE_PREFIX_PATH="/opt/homebrew;/usr/local" \
166169 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
167170 -DSTELLARIUM_RELEASE_BUILD=Off \
168171 -DENABLE_TESTING=On ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments