mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
hopefully fixes permission problems
This commit is contained in:
parent
4204b356d7
commit
a9f90f2894
12
.github/workflows/gen_emu_config-build-linux.yml
vendored
12
.github/workflows/gen_emu_config-build-linux.yml
vendored
@ -22,6 +22,12 @@ jobs:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# env
|
||||
- name: Install env
|
||||
shell: bash
|
||||
working-directory: "${{ env.SCRIPT_BASE_DIR }}"
|
||||
run: sudo chmod 777 recreate_venv_linux.sh && sudo ./recreate_venv_linux.sh
|
||||
|
||||
### fix folder permissions! not sure why this fails
|
||||
# nested subdirs "build/linux/release" cause permission problems
|
||||
- name: Give all permissions to repo folder
|
||||
@ -29,12 +35,6 @@ jobs:
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: sudo chmod -R 777 "${{ github.workspace }}"
|
||||
|
||||
# env
|
||||
- name: Install env
|
||||
shell: bash
|
||||
working-directory: "${{ env.SCRIPT_BASE_DIR }}"
|
||||
run: sudo chmod 777 recreate_venv_linux.sh && sudo ./recreate_venv_linux.sh
|
||||
|
||||
# build
|
||||
- name: Rebuild
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user