From c72c43049d62bdb5c04c9193636cdb35ba94be56 Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 23 Mar 2026 23:36:25 +0100 Subject: [PATCH] sfja/h5-mst-ci:1.2 --- .github/workflows/verify.yml | 4 ++-- ci-container/Dockerfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index eb3514c..734db21 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,7 +9,7 @@ on: jobs: backend: runs-on: ubuntu-latest - container: sfja/h5-mst-ci:1.1 + container: sfja/h5-mst-ci:1.2 steps: - uses: actions/checkout@v6 - name: check @@ -24,7 +24,7 @@ jobs: game: runs-on: ubuntu-latest - container: sfja/h5-mst-ci:1.1 + container: sfja/h5-mst-ci:1.2 steps: - uses: actions/checkout@v6 - name: cache crates diff --git a/ci-container/Dockerfile b/ci-container/Dockerfile index f1a2eab..3527b0d 100644 --- a/ci-container/Dockerfile +++ b/ci-container/Dockerfile @@ -3,4 +3,5 @@ RUN apk add --no-cache curl build-base clang22-extra-tools sdl3-dev RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" +RUN rustup default stable