Skip to content

Commit

Permalink
Update build-ad.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tapxyh4ik authored Dec 27, 2024
1 parent 337a32c commit 7bc2e11
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-ad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout
- uses: actions/checkout@v4
- uses: openrndr/[email protected]
- run: xvfb-run glxinfo

- 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.
Expand Down

0 comments on commit 7bc2e11

Please sign in to comment.