Merge pull request #14570 from Ultimaker/CURA-10290_postmodern_linux_workaround

[CURA-10290] workaround for conflicting packages on 'linux-modern'
This commit is contained in:
Jelle Spijker 2023-02-15 21:48:26 +01:00 committed by GitHub
commit 0eb11031f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,10 @@ jobs:
if: ${{ runner.os == 'Macos' }}
run: brew install autoconf automake ninja create-dmg # Delete create-dmg when deprecating dmg
- name: Hack needed specifically for ubuntu-22.04 from mid-Feb 2023 onwards
if: ${{ runner.os == 'Linux' && startsWith(inputs.platform, 'ubuntu-22.04') }}
run: sudo apt remove libodbc2 libodbcinst2 unixodbc-common -y
- name: Install Linux system requirements
if: ${{ runner.os == 'Linux' }}
run: |