Skip to content

Commit eb49d8c

Browse files
junjieqifacebook-github-bot
authored andcommitted
pin arm64 dependency (facebookresearch#4060)
Summary: Pull Request resolved: facebookresearch#4060 Reviewed By: mnorris11 Differential Revision: D66795223 Pulled By: junjieqi fbshipit-source-id: 160c6c6cf0377cdb9754fdd76b1571d15f8e284e
1 parent 82f8e64 commit eb49d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_cmake/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
3737
# install base packages for ARM64
3838
if [ "${{ runner.arch }}" = "ARM64" ]; then
39-
conda install -y -q -c conda-forge openblas gxx_linux-aarch64 sysroot_linux-aarch64
39+
conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
4040
fi
4141
4242
# install base packages for X86_64

0 commit comments

Comments
 (0)