Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien-chai committed Mar 23, 2024
1 parent c0ec9c9 commit cc687eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ yum install -y libusbx-devel libusb-devel
yum install -y pkgconfig
yum install -y perl-IPC-Cmd
yum install -y alsa-lib mesa-dri-drivers openssl openssl-devel sudo
yum install -y python-devel
ln -s $PWD/cmake-3.24.4-linux-x86_64/bin/ctest /usr/bin/ctest

# downloads the Qt6 artifact from a specific URL
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/install_ubuntu_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ sudo apt install -y \
yosys \
automake \
libusb-1.0-0-dev \
pkg-config
pkg-config \
python-dev

wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/CFGCommon/CFGCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <cstring>
#include <filesystem>
#include <functional>
#include <map>
#include <memory>
#include <regex>
#include <string>
Expand Down

0 comments on commit cc687eb

Please sign in to comment.