diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 5606b18..06a573a 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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