Skip to content

Commit

Permalink
update working dir on starting repo
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 19, 2024
1 parent fba8279 commit b472cb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ jobs:
- name: OM Configure (macos)
if: runner.os == 'MacOS'
shell: bash
working-directory: ${{runner.workspace}}
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DM1_ORIENTATION_MANAGER_EMBEDDED=1

- name: OM Configure (windows)
if: runner.os == 'Windows'
shell: bash
working-directory: ${{runner.workspace}}
run: cmake -Bbuild -A x64 -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DM1_ORIENTATION_MANAGER_EMBEDDED=1

- name: OM Build
working-directory: ${{runner.workspace}}
shell: bash
run: cmake --build build --config $BUILD_TYPE

Expand Down

0 comments on commit b472cb0

Please sign in to comment.