Skip to content

Commit

Permalink
update mac release shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 30, 2024
1 parent 3d66422 commit 58e2fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_release_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Install
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: sudo cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Install
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: sudo cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 58e2fec

Please sign in to comment.