Skip to content

Commit ea0dd9c

Browse files
committed
Add libegl1 to dependencies in test-wheel-linux.yml
1 parent a431942 commit ea0dd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
uses: ./.github/actions/install_unix_deps
109109
continue-on-error: false
110110
with:
111-
# for artifact fetching
112-
dependencies: "jq wget"
111+
# for artifact fetching, libEGL.so
112+
dependencies: "jq wget libegl1"
113113
dependent_exes: "jq wget"
114114

115115
- name: Set environment variables

0 commit comments

Comments
 (0)