Skip to content

Commit 81496a3

Browse files
committed
fix backend string
1 parent 85619b4 commit 81496a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_mock
3232

3333
- name: run test egl backend
34-
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_egl
34+
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL3_egl
3535

3636
build_shared:
3737
strategy:
@@ -57,4 +57,4 @@ jobs:
5757
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_mock
5858

5959
- name: run test egl backend
60-
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_egl
60+
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL3_egl

0 commit comments

Comments
 (0)