We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85619b4 commit 81496a3Copy full SHA for 81496a3
.github/workflows/linux.yml
@@ -31,7 +31,7 @@ jobs:
31
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_mock
32
33
- name: run test egl backend
34
- run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_egl
+ run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL3_egl
35
36
build_shared:
37
strategy:
@@ -57,4 +57,4 @@ jobs:
57
58
59
60
0 commit comments