Skip to content

Commit

Permalink
oda: update to 25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Mar 15, 2024
1 parent 09f5649 commit b376fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
python-version: '3.10'
- uses: pyvista/setup-headless-display-action@v1
- run: |
wget -q https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_8.3dll_24.9.deb
wget -q https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_8.3dll_25.1.deb
sudo add-apt-repository -y ppa:linuxuprising/libpng12
sudo apt update
sudo apt-get -y install libpng12-0 qt5dxcb-plugin
sudo dpkg -i ODAFileConverter_QT5_lnxX64_8.3dll_24.9.deb
sudo dpkg -i ODAFileConverter_QT5_lnxX64_8.3dll_25.1.deb
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libxcb-util.so.1 libxcb-util.so.0
- run: |
Expand Down

0 comments on commit b376fba

Please sign in to comment.