This commit is contained in:
parent
87fe665095
commit
a2099da6a0
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 && \
|
||||
|
|
|
@ -2,6 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
# set
|
||||
ls -l
|
||||
echo cargo ${INPUT_ARGS}
|
||||
cargo ${INPUT_ARGS}
|
||||
|
|
Loading…
Reference in a new issue