Skip to content

Commit

Permalink
#2156: ci: fix cmake script for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 6, 2023
1 parent 2927325 commit c6c16d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/deps/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ then
arch=aarch64
fi

if test "${arch}" = "amd64"
then
arch=x86_64
fi

cmake_tar_name=cmake-${cmake_version}-linux-$arch.tar.gz

echo "${cmake_version}"
Expand Down

0 comments on commit c6c16d4

Please sign in to comment.