diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 0ad0e8f..743cced 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -67,4 +67,6 @@ jobs: - name: Test working-directory: ${{github.workspace}} shell: bash - run: ./BeamMP-Server-tests + run: | + chmod +x ./BeamMP-Server-tests + ./BeamMP-Server-tests