Skip to content

Commit

Permalink
adding ninjia build
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 2, 2024
1 parent 78a97bb commit f40718f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-cpu-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# This is needed for arm64 builds because the default action/checkout@v4 does not support submodules
- name: Checkout submodules
run: |
C:\Program Files\Git\cmd\git.exe --version
C:\Program Files\Git\cmd\git.exe submodule update --init --recursive
"C:/Program Files/Git/cmd/git.exe" --version
"C:/Program Files/Git/cmd/git.exe" submodule update --init --recursive
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e -x
os_major_version=$(tr -dc '0-9.' < /etc/redhat-release |cut -d \. -f1)

echo "installing for CentOS version : $os_major_version"
dnf install -y python39-devel glibc-langpack-\* glibc-locale-source which redhat-lsb-core expat-devel tar unzip zlib-devel make bzip2 bzip2-devel java-11-openjdk-devel graphviz gcc-toolset-12-binutils gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-gcc-gfortran zip curl git ninja-build
dnf install -y python39-devel glibc-langpack-\* glibc-locale-source which redhat-lsb-core expat-devel tar unzip zlib-devel make bzip2 bzip2-devel java-11-openjdk-devel graphviz gcc-toolset-12-binutils gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-gcc-gfortran zip curl git
locale

0 comments on commit f40718f

Please sign in to comment.