File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 45
45
# git in C:\Program Files\Git\bin is used by pip install git+
46
46
dirs : ' C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
47
47
48
- # - shell: bash -l {0}
49
- # if: matrix.platform == 'linux-aarch64'
50
- # run: |
51
- # echo "::group::Configure binfmt_misc"
52
- # docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
53
- # export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
54
- # export GIT_BRANCH="$(basename $GITHUB_REF)"
55
- # echo "::endgroup::"
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
63
-
64
48
# For some reason, the Strawberry perl's pkg-config is found
65
49
# instead of the conda's one, so let's delete the /c/Strawberry directory
66
50
# Furthermore, we also need to remove an older SDK that is used and can result in compilation problems
You can’t perform that action at this time.
0 commit comments