Update to use gtkmm 3

This commit is contained in:
James H
2022-01-03 14:49:52 +00:00
parent 0073d1f9c3
commit b4cb055995
4 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
- linux
before_script:
- apt update
- apt install -y cmake libgtk2.0-dev
- apt install -y cmake libgtkmm-3.0-dev
script:
- echo "Configuring"
- cmake -B build .