We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b64418 commit 30b8ca6Copy full SHA for 30b8ca6
1 file changed
.github/workflows/main.yml
@@ -159,11 +159,11 @@ jobs:
159
else
160
apt-get update
161
apt-get install -y --no-install-recommends \
162
- libegl1-mesa \
163
- libgles2-mesa \
164
- libvulkan1 \
165
- mesa-vulkan-drivers \
166
- vulkan-tools
+ libegl1-mesa \
+ libgles2-mesa \
+ libvulkan1 \
+ mesa-vulkan-drivers \
+ vulkan-tools
167
fi
168
- name: Setup the java environment
169
uses: actions/setup-java@v5
0 commit comments