Skip to content

Commit

Permalink
chore: build with g++11
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Nov 29, 2024
1 parent c12f9f0 commit 03add27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
runs-on: ubuntu-20.04
env:
CMAKE_GENERATOR: Unix Makefiles
CXX: g++-11
steps:
- name: Checkout source code
uses: actions/checkout@v4

# 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
Expand Down

0 comments on commit 03add27

Please sign in to comment.