Skip to content

Commit

Permalink
oda: bump ODAFileConverter for gh action to 25.7
Browse files Browse the repository at this point in the history
but is not free to download anymore, needs an account.
  • Loading branch information
rurban committed Sep 17, 2024
1 parent 8e0dd24 commit fc8acf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/oda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ 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_25.5.deb
deb=ODAFileConverter_QT6_lnxX64_8.3dll_25.7.deb
wget https://download.opendesign.com/guestfiles/Demo/$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_25.5.deb
sudo dpkg -i $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 fc8acf7

Please sign in to comment.