mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
chmod 777 gen emu config in linux & use sudo
This commit is contained in:
parent
6afb4560d0
commit
9530f4111e
@ -20,12 +20,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
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
|
||||
shell: bash
|
||||
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
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user