Add sudo
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -1358,8 +1358,8 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p strawberry.app/Contents/Frameworks/
|
sudo mkdir -p strawberry.app/Contents/Frameworks/
|
||||||
cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/
|
sudo cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/
|
||||||
- name: Copy sparkle
|
- name: Copy sparkle
|
||||||
working-directory: build
|
working-directory: build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user