diff --git a/.github/workflows/install_centos_dependencies_build.sh b/.github/workflows/install_centos_dependencies_build.sh index 00973326..0024402f 100644 --- a/.github/workflows/install_centos_dependencies_build.sh +++ b/.github/workflows/install_centos_dependencies_build.sh @@ -61,6 +61,7 @@ yum install -y perl-IPC-Cmd yum install -y alsa-lib yum install -y boost boost-devel boost-static openssl-static yum install -y zlib-static +yum install -y python3-devel ln -s $PWD/cmake-3.28.0-linux-x86_64/bin/ctest /usr/bin/ctest diff --git a/.github/workflows/install_ubuntu_dependencies_build.sh b/.github/workflows/install_ubuntu_dependencies_build.sh index e91c00ce..be17ab8d 100644 --- a/.github/workflows/install_ubuntu_dependencies_build.sh +++ b/.github/workflows/install_ubuntu_dependencies_build.sh @@ -43,7 +43,8 @@ sudo apt install -y \ libboost-program-options-dev \ libboost-date-time-dev \ libboost-test-dev \ - lsb-core + lsb-core \ + python3-dev # for cmake warning, Could NOT find WrapVulkanHeaders, install the Vulkan separately by following the instruction from https://vulkan-tutorial.com/Development_environment#page_Vulkan-Packages wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc diff --git a/FOEDAG_rs b/FOEDAG_rs index 9b95e8d4..e758e4d2 160000 --- a/FOEDAG_rs +++ b/FOEDAG_rs @@ -1 +1 @@ -Subproject commit 9b95e8d458de94741902d2afc564edb6d75e73cc +Subproject commit e758e4d21367e831af6d6923db4f124494044855