From 7d9ce9569ece07c9e1ce642e3c9f92a12b9ef3fa Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Fri, 10 Jan 2025 18:20:50 +0000 Subject: [PATCH] ci: Install libspdlog-dev Was missing in the self-hosted dockerfile --- .github/docker/Dockerfile | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index c5dfd7868..379311b13 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -31,7 +31,7 @@ RUN apt update -qq && apt install build-essential software-properties-common lld mesa-common-dev libglu1-mesa-dev libglib2.0-dev libfontconfig \ libxkbcommon-dev mesa-utils libgl1-mesa-dev libglu1-mesa-dev \ libxkbcommon-x11-0 libssl-dev openssl unzip clang clang-tidy libgtk-3-dev \ - time xvfb python3-pip jq sudo libxml2-dev libxslt-dev \ + time xvfb python3-pip jq sudo libxml2-dev libxslt-dev libspdlog-dev \ libx11-xcb1 \ libxcb-glx0 \ libxcb-keysyms1 \ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fba032772..fcaa95cfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: - shiboken6-generator==6.6.0 pyside6==6.6.0 steps: - - name: debug11 + - name: debug1 run: env - name: Export IS_SELFHOSTED run: echo "IS_SELFHOSTED=$IS_SELFHOSTED" >> $GITHUB_ENV