ci: Setup permissions for executing

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,6 +79,10 @@ jobs:
- name: Build GCC x86
working-directory: ${{ matrix.source_branch }}/src
run: |
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)