CI: remove pivy patching on Ubuntu 22.04 workflow

Problems have been fixed upstream
This commit is contained in:
0penBrain
2023-04-13 10:29:02 +02:00
parent 00b8693ac0
commit 8e7f602d48

View File

@@ -138,17 +138,6 @@ jobs:
swig \
ccache \
xvfb
- name: Install Pivy version compatible with Python 3.10
run: |
sudo apt-get purge python3-pivy
cd /tmp/
git clone --depth 1 --branch 0.6.8 https://github.com/coin3d/pivy.git
cd pivy
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install
- name: Make needed directories, files and initializations
id: Init
run: |