From 58e2fec0ed7a2a6c141be6f676d82c71ffdaa551 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 29 Jun 2024 22:57:10 -0700 Subject: [PATCH] update mac release shared workflow --- .github/workflows/mac_release_shared.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac_release_shared.yml b/.github/workflows/mac_release_shared.yml index 3cbb615..6ba8a5f 100644 --- a/.github/workflows/mac_release_shared.yml +++ b/.github/workflows/mac_release_shared.yml @@ -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 @@ -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