Compare commits

...

2 commits

Author SHA1 Message Date
06a8f34793 build: add docker build step to test workflow
Some checks failed
/ test (push) Failing after 3s
2024-09-07 12:39:37 +01:00
c231f792f2 chore: upgrade libssl-dev and curl to current debian versions
All checks were successful
/ test (push) Successful in 5s
2024-09-07 12:39:37 +01:00
2 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,9 @@ 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+deb12u6 \
curl=7.88.1-10+deb12u7 \
clang-16=1:16.0.6-15~deb12u1 \
mold=1.10.1+dfsg-1 \
pkg-config=1.8.1-1 \
libssl-dev=3.0.13-1~deb12u1 \
libssl-dev=3.0.14-1~deb12u2 \
libdbus-1-dev=1.14.10-1~deb12u1 \
git=1:2.39.2-1.1 \
&& \