Skip to content

Commit 96ce1be

Browse files
Avoid unnecessary and broken libgl installs on aarch64; we don't do it on the main branch
1 parent 66f3079 commit 96ce1be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testpr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
# export GIT_BRANCH="$(basename $GITHUB_REF)"
5555
# echo "::endgroup::"
5656

57-
- name: Install libgl1-mesa-dev (only for linux-aarch64)
58-
if: matrix.platform == 'linux-aarch64'
59-
shell: bash -l {0}
60-
run: |
61-
sudo apt-get update
62-
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
57+
# - name: Install libgl1-mesa-dev (only for linux-aarch64)
58+
# if: matrix.platform == 'linux-aarch64'
59+
# shell: bash -l {0}
60+
# run: |
61+
# sudo apt-get update
62+
# sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
6363

6464
# For some reason, the Strawberry perl's pkg-config is found
6565
# instead of the conda's one, so let's delete the /c/Strawberry directory

0 commit comments

Comments
 (0)