mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
chmod 777 gen emu config in linux & use sudo
This commit is contained in:
parent
6afb4560d0
commit
9530f4111e
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/scripts
|
||||||
run: sudo chmod 77 recreate_venv_linux.sh && ./recreate_venv_linux.sh
|
run: sudo chmod 77 recreate_venv_linux.sh && sudo ./recreate_venv_linux.sh
|
||||||
|
|
||||||
- name: Rebuild
|
- name: Rebuild
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/scripts
|
||||||
run: sudo chmod 77 rebuild_linux.sh && ./rebuild_linux.sh
|
run: sudo chmod 77 rebuild_linux.sh && sudo ./rebuild_linux.sh
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue