Removed workaround for conflicting packages

This commit is contained in:
jspijker 2023-02-22 11:36:57 +01:00
parent c382825cbc
commit a2b9922d80

View File

@ -122,10 +122,6 @@ 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: |