Skip to content

Commit

Permalink
Update CI to Qt6 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 8, 2023
1 parent 4cfc1dd commit 15052d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ then
export CXXFLAGS="-stdlib=libc++"
fi


# Install dependencies
apt-get update
apt-get install -y --no-install-recommends \
pkg-config \
qtbase5-dev \
qt6-base-dev \
libglx-dev \
libgl1-mesa-dev \
libusb-1.0-0-dev

git clone --depth=1 --branch=release-1.12.1 https://github.com/google/googletest.git
Expand Down

0 comments on commit 15052d9

Please sign in to comment.