Skip to content

Commit 3fe8e8f

Browse files
committed
Clean up
1 parent 25c12f8 commit 3fe8e8f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

Custom/N-TILT.zip

-48.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)