mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
sfja/h5-mst-ci:1.1
This commit is contained in:
parent
08dda1014d
commit
5a2d2ff1c3
5
.github/workflows/verify.yml
vendored
5
.github/workflows/verify.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
backend:
|
backend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:1.0
|
container: sfja/h5-mst-ci:1.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: check
|
- name: check
|
||||||
@ -24,10 +24,9 @@ jobs:
|
|||||||
|
|
||||||
game:
|
game:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:1.0
|
container: sfja/h5-mst-ci:1.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: sudo apt-get install libsdl3-dev
|
|
||||||
- name: cache crates
|
- name: cache crates
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
RUN apk add --no-cache curl build-base clang22-extra-tools
|
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
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user