mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
sfja/h5-mst-ci:1.2
This commit is contained in:
parent
5a2d2ff1c3
commit
c72c43049d
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user