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 eab12b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,12 @@ jobs:
- shiboken6-generator==6.6.0 pyside6==6.6.0

steps:
- name: debug11
run: env
- name: Export IS_SELFHOSTED
run: echo "IS_SELFHOSTED=$IS_SELFHOSTED" >> $GITHUB_ENV
- name: debug2
if: ${{ runner.os == 'Linux' }}
run: echo ${{ env.IS_SELFHOSTED }}

- name: Install Qt ${{ matrix.preset.qt_version }} with options and default aqtversion
uses: jurplel/install-qt-action@v4
if: env.IS_SELFHOSTED != 1
with:
version: ${{ matrix.preset.qt_version }}
cache: true
Expand Down

0 comments on commit eab12b5

Please sign in to comment.