Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Jun 16, 2024
1 parent 3de1a0d commit 1a204cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a204cc

Please sign in to comment.