mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +08:00
attempt at fixing the dir permissions!
This commit is contained in:
parent
8f9dae8350
commit
a710c39662
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
@ -121,6 +121,12 @@ jobs:
|
||||
ref: 'third-party/build/linux'
|
||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/build/linux"
|
||||
|
||||
### fix folder permissions! not sure why this fails
|
||||
- name: Give all permissions for repo folder
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: sudo chmod -R 777 "${{ github.workspace }}"
|
||||
|
||||
### build (release mode)
|
||||
- name: Build release mode
|
||||
shell: bash
|
||||
|
@ -365,12 +365,6 @@ fi
|
||||
|
||||
## tools
|
||||
if [[ "$BUILD_TOOL_CLIENT_LDR" = "1" ]]; then
|
||||
echo // copying tool steamclient_loader
|
||||
echo -----------------
|
||||
pwd
|
||||
echo -----------------
|
||||
echo ffff = "$build_root_tools/steamclient_loader/"
|
||||
echo -----------------
|
||||
[[ -d "$build_root_tools/steamclient_loader/" ]] || mkdir -p "$build_root_tools/steamclient_loader/"
|
||||
steamclient_files=(
|
||||
"ldr_appid.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user