Skip to content

Commit

Permalink
cmake-multi-platform-build.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusBraun authored Nov 8, 2024
1 parent d804d86 commit b1884a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-multi-platform-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ jobs:
submodules: recursive
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: build-essential cmake cmake-curses-gui libflann-dev libgsl-dev libeigen3-dev libopenmpi-dev openmpi-bin opencl-c-headers ocl-icd-opencl-dev libvtk7-dev libvtk7-qt-dev libboost-all-dev freeglut3-dev libhdf5-dev qtbase5-dev qt5-default libqt5opengl5-dev liblz4-dev libopencv-dev libyaml-cpp-dev libcgal-dev
packages: build-essential cmake cmake-curses-gui libflann-dev libgsl-dev libeigen3-dev libopenmpi-dev openmpi-bin opencl-c-headers ocl-icd-opencl-dev libvtk7-dev libvtk7-qt-dev freeglut3-dev libhdf5-dev qtbase5-dev qt5-default libqt5opengl5-dev liblz4-dev libopencv-dev libyaml-cpp-dev libcgal-dev
version: ubuntu
execute_install_scripts: true

- name: Install non cacheable dependencies
run: >
sudo apt install libboost-all-dev
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit b1884a2

Please sign in to comment.