diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index e351560d..838fd7f9 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -20,7 +20,7 @@ jobs: # The type of runner that the job will run on #runs-on: self-hosted-22.04 - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 permissions: write-all # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -30,6 +30,7 @@ jobs: - name: Checkout code run: git clone https://github.com/TNTwise/REAL-Video-Enhancer-BETA.git + - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main with: @@ -80,7 +81,9 @@ jobs: # Runs a set of commands using the runners shell - name: Get latest version run: git clone https://github.com/TNTwise/REAL-Video-Enhancer.git - + - uses: actions/setup-python@v5 + with: + python-version: '3.10' - name: Install python dependencies run: | sudo apt install libgcc-9-dev -y