Skip to content

Commit

Permalink
chore: update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 17, 2024
1 parent ca73404 commit 1f512b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/failover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
libgtk-3-dev
unixodbc
unixodbc-dev
glibc-devel
libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev # AWS SDK dependencies

- name: Install MySQL client libs and include files
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ jobs:
# Configure build environment/dependencies
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install
g++-11
build-essential
libgtk-3-dev
unixodbc
unixodbc-dev
libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev # AWS SDK dependencies
g++-11
build-essential
libgtk-3-dev
unixodbc
unixodbc-dev
glibc-devel
libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev # AWS SDK dependencies

- name: Install MySQL client libs and include files
run: |
Expand Down

0 comments on commit 1f512b6

Please sign in to comment.