first viable version
Some checks failed
/ test (push) Failing after 38s

This commit is contained in:
Paul Campbell 2024-05-16 19:44:39 +01:00
parent 87fe665095
commit a2099da6a0
3 changed files with 3 additions and 5 deletions

View file

@ -4,6 +4,6 @@ jobs:
runs-on: docker
steps:
- name: Test Rust image
uses: https://git.kemitix.net/kemitix/rust@v0.1.0
uses: https://git.kemitix.net/kemitix/rust@v0.2.0
with:
args: test

View file

@ -6,7 +6,7 @@ FROM docker.io/rust:1.78.0-slim-bookworm
RUN apt-get update && \
apt-get install -y \
--no-install-recommends \
nodejs \
nodejs=18.19.0+dfsg-6~deb12u1 \
curl=7.88.1-10+deb12u5 \
clang-16=1:16.0.6-15~deb12u1 \
mold=1.10.1+dfsg-1 && \

View file

@ -2,6 +2,4 @@
set -e
# set
ls -l
echo cargo ${INPUT_ARGS}
cargo ${INPUT_ARGS}