Skip to content

Commit

Permalink
pin arm64 dependency (#4060)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4060

Reviewed By: mnorris11

Differential Revision: D66795223

Pulled By: junjieqi

fbshipit-source-id: 160c6c6cf0377cdb9754fdd76b1571d15f8e284e
  • Loading branch information
junjieqi authored and facebook-github-bot committed Dec 5, 2024
1 parent 82f8e64 commit eb49d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
# install base packages for ARM64
if [ "${{ runner.arch }}" = "ARM64" ]; then
conda install -y -q -c conda-forge openblas gxx_linux-aarch64 sysroot_linux-aarch64
conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
fi
# install base packages for X86_64
Expand Down

0 comments on commit eb49d8c

Please sign in to comment.