mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +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:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/thepigeongenerator/crust_tools:latest
|
||||
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||
needs: install-deps
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
compile-and-lint:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/thepigeongenerator/crust_tools:latest
|
||||
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch:
|
||||
|
||||
Reference in New Issue
Block a user