From 05f6fd1a2d89110d11e8a80705d2ffffe17ceb58 Mon Sep 17 00:00:00 2001 From: tapxyh4ik <62992891+tapxyh4ik@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:04:09 +0300 Subject: [PATCH] Update build-ad.yml --- .github/workflows/build-ad.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-ad.yml b/.github/workflows/build-ad.yml index 4e311fe..a23a8d5 100644 --- a/.github/workflows/build-ad.yml +++ b/.github/workflows/build-ad.yml @@ -20,14 +20,7 @@ jobs: runs-on: windows-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install OpenGL libraries - - run: | - choco install freeglut - choco install glew - choco install mesa - 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.