From: notaz Date: Tue, 27 May 2025 23:05:26 +0000 (+0300) Subject: try to revive dev-release builds X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e9a4178a37d165a83000c072863db5f7a2632a;p=pcsx_rearmed.git try to revive dev-release builds After github killed its ubuntu-20.04 image. The intent here is to use older toolchains to support devices with older OSes. --- diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 0b10b66c..aafcfe87 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -11,7 +11,11 @@ jobs: pre-release: name: "Pre Release" runs-on: "ubuntu-20.04" - + container: + image: ghcr.io/notaz/ubuntu:20.04 + credentials: + username: notaz + password: ${{secrets.DOCKER_CONTAINER_REGISTRY_TOKEN}} steps: - name: Install dependencies run: |