Add sudo
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -1088,7 +1088,7 @@ jobs:
|
|||||||
run: make install
|
run: make install
|
||||||
- name: Hack to make macdeployqt find plugins
|
- name: Hack to make macdeployqt find plugins
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
run: sudo ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
working-directory: build
|
working-directory: build
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -1168,7 +1168,7 @@ jobs:
|
|||||||
run: make install
|
run: make install
|
||||||
- name: Hack to make macdeployqt find plugins
|
- name: Hack to make macdeployqt find plugins
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
run: sudo ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
working-directory: build
|
working-directory: build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- make -j8
|
- make -j8
|
||||||
- make install
|
- make install
|
||||||
- ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
- sudo ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
|
||||||
- make dmg2
|
- make dmg2
|
||||||
after_success:
|
after_success:
|
||||||
- ls -lh strawberry*.dmg
|
- ls -lh strawberry*.dmg
|
||||||
|
|||||||
Reference in New Issue
Block a user