.yml changes to lime-build-environments docker containers

This commit is contained in:
João Vitor Polverari 2024-03-24 10:36:26 -03:00
parent 1571b55e45
commit df8b8533ca
3 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: citra-build
name: lime-build
on:
push:
@ -28,7 +28,7 @@ jobs:
matrix:
target: ["appimage", "fresh"]
container:
image: RyzenDew/build-environments:linux-${{ matrix.target }}
image: polarzincomfrio/lime-build-environments:linux-${{ matrix.target }}
options: -u 1001
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache

View File

@ -1,4 +1,4 @@
name: citra-format
name: lime-format
on:
push:
@ -10,7 +10,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: citraemu/build-environments:linux-fresh
image: polarzincomfrio/lime-build-environments:linux-fresh
options: -u 1001
steps:
- uses: actions/checkout@v4

View File

@ -1,4 +1,4 @@
name: citra-transifex
name: lime-transifex
on:
push:
@ -7,8 +7,8 @@ on:
jobs:
transifex:
runs-on: ubuntu-latest
container: RyzenDew/build-environments:linux-fresh
if: ${{ github.repository == 'citra-emu/citra' }}
container: polarzincomfrio/lime-build-environments:linux-fresh
if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }}
steps:
- uses: actions/checkout@v4
with:
@ -18,3 +18,4 @@ jobs:
run: ./.ci/transifex.sh
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
# This will never build until there's a Transifex API TOKEN available