attempt at fixing the dir permissions!

This commit is contained in:
otavepto 2023-12-26 20:16:44 +02:00
parent 8f9dae8350
commit a710c39662
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"