Skip to content

Commit

Permalink
Removed wxWidgets build
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jun 30, 2024
1 parent 9e79d10 commit 910668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: >
cmake -B ${{github.workspace}}/build
-D A2L_TOOLS=ON -D A2L_TEST=ON -D A2L_DOC=OFF -D A2L_LEX=OFF
-D A2L_TOOLS=OFF -D A2L_TEST=ON -D A2L_DOC=OFF -D A2L_LEX=OFF
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-D CMAKE_TOOLCHAIN_FILE=${{env.VCPKG_FILE}}
Expand Down

0 comments on commit 910668a

Please sign in to comment.