This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch internal-main
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 0f702a3f4b6d4683ce78f8948d68dc5ca5f06192
Author: danhuawang <[email protected]>
AuthorDate: Tue Oct 21 11:18:08 2025 +0800

    fix frontend ci
---
 .github/workflows/frontend-integration-test.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/frontend-integration-test.yml 
b/.github/workflows/frontend-integration-test.yml
index 1812c1df03..233c940f02 100644
--- a/.github/workflows/frontend-integration-test.yml
+++ b/.github/workflows/frontend-integration-test.yml
@@ -84,6 +84,11 @@ jobs:
         run: |
           dev/ci/util_free_space.sh
 
+      - name: Install Dependency
+        run: |
+          sudo apt-get update
+          sudo apt-get install -y libnss3 libgconf-2-4 libappindicator1 
libxss1 libxkbcommon0 libnss3 libgconf-2-4 libappindicator1 libxss1 libasound2 
fonts-liberation libatk-bridge2.0-0 libgtk-3-0 libgbm1
+
       - name: Frontend Integration Test
         id: integrationTest
         run: |

Reply via email to