Skip to content

Commit

Permalink
ci: Add clang-tidy to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 8, 2025
1 parent 7e456b2 commit 1bfe38a
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 @@ -30,7 +30,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update -qq && apt install build-essential software-properties-common lld git cmake ninja-build vim curl wget gdebi-core libdbus-glib-1-2 \
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 libgtk-3-dev \
libxkbcommon-x11-0 libssl-dev openssl unzip clang clang-tidy libgtk-3-dev \
time xvfb python3-pip jq sudo libxml2-dev libxslt-dev \
libx11-xcb1 \
libxcb-glx0 \
Expand Down

0 comments on commit 1bfe38a

Please sign in to comment.