From eb03b30a0d7ad0eb2587b781ca3ed0ed548892e4 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 2 Jun 2025 12:04:04 +0200 Subject: [PATCH] make container selection more consise --- .github/workflows/ci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 816a4e2..a037121 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,7 @@ env: jobs: setup-vcpkg: runs-on: ubuntu-latest - container: - image: ghcr.io/thepigeongenerator/mcaselector-lite:latest + container: ghcr.io/thepigeongenerator/mcaselector-lite:latest steps: - run: git clone https://github.com/microsoft/vcpkg.git "${{env.VCPKG_ROOT}}" - run: ${{env.VCPKG_ROOT}}/bootstrap-vcpkg.sh @@ -26,8 +25,7 @@ jobs: compile: needs: setup-vcpkg runs-on: ubuntu-latest - container: - image: ghcr.io/thepigeongenerator/mcaselector-lite:latest + container: ghcr.io/thepigeongenerator/mcaselector-lite:latest strategy: matrix: include: @@ -53,8 +51,7 @@ jobs: test: needs: compile runs-on: ubuntu-latest - container: - image: ghcr.io/thepigeongenerator/mcaselector-lite:latest + container: ghcr.io/thepigeongenerator/mcaselector-lite:latest strategy: matrix: include: