commit 1b1545bda11edba426982eeeb5f97b28577b7c57 parent 5ec5d401f9bb324cbac0ed68835aa705b735b436 Author: Lukas F. Hartmann <lukas@mntre.com> Date: Mon, 11 Mar 2024 22:21:43 +0100 CI: add trackball2 deps Diffstat:
M | .gitlab-ci.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build: script: | set -x apt update - apt-get --no-install-recommends -y install ca-certificates git build-essential avr-libc gcc-avr gcc-arm-none-eabi libnewlib-arm-none-eabi + apt-get --no-install-recommends -y install ca-certificates git build-essential avr-libc gcc-avr gcc-arm-none-eabi libnewlib-arm-none-eabi libusb-1.0-0-dev cmake # use the timestamp of the latest git commit to set reproducible S_D_E if [ -z ${SOURCE_DATE_EPOCH:+x} ] && git -C . rev-parse 2>/dev/null; then SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)