Compare commits

..

No commits in common. "06a8f34793e88ab18ff793592941662eb6fdd05c" and "af08c9a7ce0d9421c777ef006da165fafef4caa4" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -8,9 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: build
run: docker build .
- name: Test
uses: https://git.kemitix.net/kemitix/rust@next
with:

View file

@ -12,11 +12,11 @@ RUN apt-get update \
apt-get install -y \
--no-install-recommends \
nodejs=18.19.0+dfsg-6~deb12u2 \
curl=7.88.1-10+deb12u7 \
curl=7.88.1-10+deb12u6 \
clang-16=1:16.0.6-15~deb12u1 \
mold=1.10.1+dfsg-1 \
pkg-config=1.8.1-1 \
libssl-dev=3.0.14-1~deb12u2 \
libssl-dev=3.0.13-1~deb12u1 \
libdbus-1-dev=1.14.10-1~deb12u1 \
git=1:2.39.2-1.1 \
&& \