File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : Configure CMake
2929 working-directory : ${{github.workspace}}/build
30- run : cmake $GITHUB_WORKSPACE -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCUSTOM_PLUGIN_NAME="N-TILT" -DCUSTOM_PLUGIN_PATH="../Custom/N-TILT.zip"
30+ run : cmake $GITHUB_WORKSPACE -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
3131
3232 - name : Check for Code-Signing secrets
3333 id : secret-check
@@ -166,7 +166,7 @@ jobs:
166166 - name : Configure CMake
167167 shell : bash
168168 working-directory : ${{github.workspace}}/build
169- run : cmake $GITHUB_WORKSPACE -G "Visual Studio 17 2022" -A x64 -DCUSTOM_PLUGIN_NAME="N-TILT" -DCUSTOM_PLUGIN_PATH="../Custom/N-TILT.zip"
169+ run : cmake $GITHUB_WORKSPACE -G "Visual Studio 17 2022" -A x64
170170 - name : Build
171171 shell : bash
172172 working-directory : ${{github.workspace}}/build
@@ -217,7 +217,7 @@ jobs:
217217 - name : Configure CMake
218218 shell : bash
219219 working-directory : ${{github.workspace}}/build
220- run : cmake $GITHUB_WORKSPACE -G "Visual Studio 17 2022" -A Win32 -DCUSTOM_PLUGIN_NAME="N-TILT" -DCUSTOM_PLUGIN_PATH="../Custom/N-TILT.zip"
220+ run : cmake $GITHUB_WORKSPACE -G "Visual Studio 17 2022" -A Win32
221221
222222 - name : Build
223223 shell : bash
@@ -322,7 +322,7 @@ jobs:
322322
323323 - name : Configure
324324 working-directory : ${{github.workspace}}
325- run : mkdir build && cd build && CXX=g++ cmake -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .. -G "Unix Makefiles" -DCUSTOM_PLUGIN_NAME="N-TILT" -DCUSTOM_PLUGIN_PATH="../Custom/N-TILT.zip"
325+ run : mkdir build && cd build && CXX=g++ cmake -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .. -G "Unix Makefiles"
326326
327327 - name : Build
328328 working-directory : ${{github.workspace}}/build
You can’t perform that action at this time.
0 commit comments