Fixed the Workflow

This commit is contained in:
RaphaelIT7 2023-05-20 20:12:46 +02:00
parent 562458200c
commit 8e54d9a509
1 changed files with 4 additions and 1 deletions

View File

@ -79,7 +79,10 @@ 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
./createjoltprojects.sh
make -f jolt.mak -j $(nproc)
- name: Upload artifacts