From 337a32ca32289108989c549cefe3f4cd5c98799c Mon Sep 17 00:00:00 2001 From: tapxyh4ik <62992891+tapxyh4ik@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:52:12 +0300 Subject: [PATCH] Update build-ad.yml --- .github/workflows/build-ad.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-ad.yml b/.github/workflows/build-ad.yml index 4b2c6be..da77d9f 100644 --- a/.github/workflows/build-ad.yml +++ b/.github/workflows/build-ad.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: openrndr/setup-opengl@v1.1 + - run: xvfb-run glxinfo - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.