File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
5959 run : |
6060 cd XEngine_Module
6161 cd jsoncpp
62- make
62+ make PLATFORM=mac
6363 cd ..
6464 tinyxml2
65- make
65+ make PLATFORM=mac
6666 cd ..
6767 cd XEngine_InfoReport
68- make
68+ make PLATFORM=mac
Original file line number Diff line number Diff line change 7676 uses : microsoft/setup-msbuild@v2
7777
7878 - name : Build Solution
79- run : msbuild XEngine_Source/ XEngine.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
79+ run : msbuild XEngine.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
Original file line number Diff line number Diff line change 5959 cd jsoncpp
6060 make
6161 cd ..
62- tinyxml2
62+ cd tinyxml2
6363 make
6464 cd ..
6565 cd XEngine_InfoReport
You can’t perform that action at this time.
0 commit comments