From a708c748f2eeb73cee801839536d0b52e95a8443 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 24 Jul 2024 09:47:21 +0800 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 983c47fc..adb961f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest steps: + - name: Install system dependencies + run: sudo apt-get install -y libgtk-3-dev - uses: actions/checkout@v4 - name: Setup | Cache Cargo uses: actions/cache@v3.0.11