From c57ff88f703b6de14760d8bf2a886ceec7642ef8 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 13 Apr 2025 01:24:41 +0200 Subject: [PATCH] use new docker image not using rust anymore, and really need to be able to use the package we need --- .github/workflows/release.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8466d7c..1c0276e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index e332d1c..f8b5b74 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -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: