Skip to content

Commit

Permalink
opengl install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Nov 19, 2023
1 parent e2439a3 commit cbbd18b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'

- uses: actions/checkout@v2
- uses: openrndr/[email protected]

- name: Install MSYS2
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -75,7 +72,7 @@ jobs:
run: |
'${{github.workspace}}'/build/alp_external/radix/unittests/unittests_radix
'${{github.workspace}}'/build/unittests/nucleus/unittests_nucleus
'${{github.workspace}}'/build/unittests/gl_engine/unittests_gl_engine
#'${{github.workspace}}'/build/unittests/gl_engine/unittests_gl_engine # unsupported for now
- name: Test on Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit cbbd18b

Please sign in to comment.