Skip to content

Commit

Permalink
Avoid unnecessary and broken libgl installs on aarch64; we don't do i…
Browse files Browse the repository at this point in the history
…t on the main branch
  • Loading branch information
Tobias-Fischer authored Jan 10, 2025
1 parent 66f3079 commit 96ce1be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
# export GIT_BRANCH="$(basename $GITHUB_REF)"
# echo "::endgroup::"

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

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

0 comments on commit 96ce1be

Please sign in to comment.