Skip to content

Commit

Permalink
ci: Install libspdlog-dev
Browse files Browse the repository at this point in the history
Was missing in the self-hosted dockerfile
  • Loading branch information
iamsergio committed Jan 10, 2025
1 parent c41cf1d commit b8f7f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b8f7f60

Please sign in to comment.