File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 if : success()
5757 working-directory : ${{runner.workspace}}/build
5858 shell : bash
59- run : cmake --build . --config ${{ matrix.config }} --target install - j2
59+ run : cmake --build . --config ${{ matrix.config }} -j2
Original file line number Diff line number Diff line change 5555 if : success()
5656 working-directory : ${{runner.workspace}}/build
5757 shell : bash
58- run : cmake --build . --config ${{ matrix.config }} --target install - j2
58+ run : cmake --build . --config ${{ matrix.config }} -j2
5959
6060 - name : DiligentToolsTest
6161 if : success()
@@ -115,7 +115,7 @@ jobs:
115115 if : success()
116116 working-directory : ${{runner.workspace}}/build
117117 shell : bash
118- run : cmake --build . --config ${{ matrix.config }} --target install - j2
118+ run : cmake --build . --config ${{ matrix.config }} -j2
119119
120120 - name : DiligentToolsTest
121121 if : success()
Original file line number Diff line number Diff line change 5656 if : success()
5757 working-directory : ${{runner.workspace}}/build
5858 shell : bash
59- run : cmake --build . --config ${{ matrix.config }} --target install - j2
59+ run : cmake --build . --config ${{ matrix.config }} -j2
6060
6161 - name : DiligentToolsTest
6262 if : success()
Original file line number Diff line number Diff line change 5656 if : success()
5757 working-directory : ${{runner.workspace}}/build
5858 shell : bash
59- run : cmake --build . --config ${{ matrix.config }} --target install - j2
59+ run : cmake --build . --config ${{ matrix.config }} -j2
Original file line number Diff line number Diff line change 4646 if : success()
4747 working-directory : ${{runner.workspace}}/build
4848 shell : bash
49- run : cmake --build . --config ${{ matrix.config }} --target install - j2
49+ run : cmake --build . --config ${{ matrix.config }} -j2
Original file line number Diff line number Diff line change 4646 if : success()
4747 working-directory : ${{runner.workspace}}/build
4848 shell : bash
49- run : cmake --build . --config ${{ matrix.config }} --target install - j2
49+ run : cmake --build . --config ${{ matrix.config }} -j2
5050
5151 - name : DiligentToolsTest
5252 if : success()
9898 if : success()
9999 working-directory : ${{runner.workspace}}/build
100100 shell : bash
101- run : cmake --build . --config ${{ matrix.config }} --target install - j2
101+ run : cmake --build . --config ${{ matrix.config }} -j2
102102
103103 - name : DiligentToolsTest
104104 if : success()
@@ -150,7 +150,7 @@ jobs:
150150 if : success()
151151 working-directory : ${{runner.workspace}}/build
152152 shell : bash
153- run : cmake --build . --config ${{ matrix.config }} --target install - j2
153+ run : cmake --build . --config ${{ matrix.config }} -j2
154154
155155 - name : DiligentToolsTest
156156 if : success()
You can’t perform that action at this time.
0 commit comments