mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
use new docker image
not using rust anymore, and really need to be able to use the package we need
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
compile:
|
compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/thepigeongenerator/crust_tools:latest
|
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||||
needs: install-deps
|
needs: install-deps
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
compile-and-lint:
|
compile-and-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/thepigeongenerator/crust_tools:latest
|
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user