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 1f401b4 commit a4a5bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/win-cpu-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# This is needed for arm64 builds because the default action/checkout@v4 does not support submodules
- name: Checkout submodules
run: |
git submodule update --init --recursive
"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
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
locale

0 comments on commit a4a5bc8

Please sign in to comment.