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.