File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
# export GIT_BRANCH="$(basename $GITHUB_REF)"
55
55
# echo "::endgroup::"
56
56
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
63
63
64
64
# For some reason, the Strawberry perl's pkg-config is found
65
65
# instead of the conda's one, so let's delete the /c/Strawberry directory
You can’t perform that action at this time.
0 commit comments