From d2c545e667264d11dc705e147e2e98071ff83a5c Mon Sep 17 00:00:00 2001 From: "@greweb" Date: Sat, 28 May 2022 17:30:28 +0200 Subject: [PATCH] Update ci-tests.yml --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 8522e03..5afa010 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3 - - run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev + - run: sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config - name: Setup Node.js uses: actions/setup-node@v3 with: