diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d1a5b7c4..f8ebd10f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1358,8 +1358,8 @@ jobs: working-directory: build shell: bash run: | - sudo mkdir -p strawberry.app/Contents/Frameworks/ - sudo cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/ + mkdir -p strawberry.app/Contents/Frameworks/ + cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/ - name: Copy sparkle working-directory: build shell: bash