Skip to content

Commit

Permalink
removed win declare from mac config
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Feb 2, 2024
1 parent 1a5f8ce commit 5406297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: runner.os == 'MacOS'
shell: bash
working-directory: osc_client
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DM1_ORIENTATION_MANAGER_EMBEDDED=1 -DWIN32_LEAN_AND_MEAN=1
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DM1_ORIENTATION_MANAGER_EMBEDDED=1

- name: OC Configure (windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 5406297

Please sign in to comment.