Skip to content

Commit 02c49d1

Browse files
committed
minor error in action.yml fixed
1 parent c60885f commit 02c49d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656

5757
- name: Install pyvista dependencies
5858
shell: bash -el {0}
59-
run:|
59+
run: |
6060
apt-get update
6161
apt-get install -y libgl1-mesa-glx xvfb
6262

0 commit comments

Comments
 (0)