ci: Setup permissions for executing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raphael 2023-08-01 03:50:44 +02:00 committed by GitHub
parent 17b5e73799
commit 8ebdc6b77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -79,7 +79,11 @@ jobs:
- name: Build GCC x86
working-directory: ${{ matrix.source_branch }}/src
run: |
./createjoltprojects.sh
chmod +x createjoltprojects.sh
chmod +x devtools/bin/vpc_linux
chmod +x devtools/bin/vpc
chmod +x devtools/gendbg.sh
./createjoltprojects.sh
make -f jolt.mak -j $(nproc)
- name: Upload artifacts
@ -87,4 +91,4 @@ jobs:
with:
name: vphysics_jolt_${{ matrix.source_branch }}_linux32
path: ${{ matrix.source_branch }}/game
if-no-files-found: error
if-no-files-found: error