From 7a4fdab1edf19867d890bf66e830435815ed8adf Mon Sep 17 00:00:00 2001 From: Zhang Ji Peng Date: Tue, 4 Jun 2024 11:40:16 +0800 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 582c4aa..f22ef1e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -45,6 +45,10 @@ jobs: steps: - uses: actions/checkout@v4 + - if: ${{matrix.os == ubuntu-latest}} + run: | + apt-get install libgtk2.0-dev + - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings