Actions now pull from new docker images

This commit is contained in:
OpenSauce04 2024-04-15 18:53:41 +01:00
parent 2733189c0d
commit 9bf05bd68f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
matrix:
target: ["appimage", "fresh"]
container:
image: polarzincomfrio/lime-build-environments:linux-${{ matrix.target }}
image: opensauce04/lime3ds-build:linux-${{ matrix.target }}
options: -u 1001
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache

View File

@ -10,7 +10,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: polarzincomfrio/lime-build-environments:linux-fresh
image: opensauce04/lime3ds-build:linux-fresh
options: -u 1001
steps:
- uses: actions/checkout@v4