Skip to content

Commit

Permalink
CI: don't install libocct-draw-dev package on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Mar 15, 2024
1 parent 6ff526e commit 24d7aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install OpenCascade
run: |
sudo apt-get -y install libocct-data-exchange-dev libocct-draw-dev occt-misc
sudo apt-get -y install libocct-data-exchange-dev occt-misc
sudo apt-get -y install libtbb2-dev
sudo apt-get -y install libxi-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
apt-get -y install g++
apt-get -y install qtbase5-dev libqt5svg5-dev
apt-get -y install libxcb-cursor0 # Dependencies for "xcb" Qt plugin(actually needed for Qt6)
apt-get -y install libocct-data-exchange-dev libocct-draw-dev occt-misc
apt-get -y install libocct-data-exchange-dev occt-misc
apt-get -y install libtbb2-dev libxi-dev # Dependencies for OpenCascade v7.5
apt-get -y install libassimp-dev
;;
Expand Down

0 comments on commit 24d7aff

Please sign in to comment.