install gtk3 on osx for package testing (#14388)

This commit is contained in:
Miran
2020-05-18 09:03:01 +02:00
committed by GitHub
parent 51578be296
commit 69cc1ddc4d
2 changed files with 1 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ jobs:
valgrind libc6-dbg libblas-dev
- name: 'Install dependencies (macOS)'
if: runner.os == 'macOS'
run: brew install boehmgc make sfml
run: brew install boehmgc make sfml gtk+3
- name: 'Install dependencies (Windows)'
if: runner.os == 'Windows'
shell: bash