Skip to content

Commit

Permalink
[ 6597] Add Ubuntu 22.04 to GitHub Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 13, 2023
1 parent 8cb38ff commit f603afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-irods-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: ['ubuntu:18.04','ubuntu:20.04']
container: ['ubuntu:18.04','ubuntu:20.04','ubuntu:22.04']
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Prerequisites
run: |
apt-get update -qq
apt-get install -qq dnsutils apt-transport-https ca-certificates
apt-get install -qq wget curl g++ make python-dev unixodbc libcurl4-gnutls-dev libbz2-dev zlib1g-dev libpam0g-dev libssl-dev libxml2-dev unixodbc-dev python-psutil super odbc-postgresql libkrb5-dev python3-distro
apt-get install -qq wget curl g++ make python3-dev unixodbc libcurl4-gnutls-dev libbz2-dev zlib1g-dev libpam0g-dev libssl-dev libxml2-dev unixodbc-dev python3-psutil super odbc-postgresql libkrb5-dev python3-distro
- name: Install libstdc++6
run: |
apt-get install -qq software-properties-common
Expand Down

0 comments on commit f603afc

Please sign in to comment.