Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Aug 7, 2023
1 parent 0d99b5c commit 41fab47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install libssl-dev curl libxi-dev libcups2-dev -y
sudo apt-get install curl libxi-dev libcups2-dev -y
sudo apt install gcc make g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
- name: Download boost
Expand All @@ -332,7 +332,7 @@ jobs:
rm -rf ${{runner.workspace}}/boost_prebuild
git clone --depth=1 https://github.com/BeamMW/boost_prebuild_linux_arm64.git ${{runner.workspace}}/boost_prebuild
- name: Download openssl
- name: Download Openssl
shell: bash
run: |
rm -rf ${{runner.workspace}}/openssl_arm64_linux
Expand All @@ -344,7 +344,7 @@ jobs:
###############################################################################
- name: Configure CMake
run: |
cmake $GITHUB_WORKSPACE -DCMAKE_TOOLCHAIN_FILE=./cmake/ARM64ToolChain.cmake -DBEAM_TESTS_ENABLED=OFF -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=${GITHUB_REF##*/} -DBEAM_HW_WALLET=Off -DBEAM_IPFS_SUPPORT=OFF -DBOOST_ROOT=${{runner.workspace}}/boost_prebuild -DOPENSSL_ROOT_DIR=${{runner.workspace}}/openssl_arm64_linux -DCMAKE_FIND_ROOT_PATH:FILEPATH=\"${{runner.workspace}}/boost_prebuild;${{runner.workspace}}/openssl_arm64_linux\" -B${{runner.workspace}}/build_arm64
cmake $GITHUB_WORKSPACE -DCMAKE_TOOLCHAIN_FILE=${{runner.workspace}}/cmake/ARM64ToolChain.cmake -DBEAM_TESTS_ENABLED=OFF -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=${GITHUB_REF##*/} -DBEAM_HW_WALLET=Off -DBEAM_IPFS_SUPPORT=OFF -DBOOST_ROOT=${{runner.workspace}}/boost_prebuild -DOPENSSL_ROOT_DIR=${{runner.workspace}}/openssl_arm64_linux -DCMAKE_FIND_ROOT_PATH:FILEPATH=\"${{runner.workspace}}/boost_prebuild;${{runner.workspace}}/openssl_arm64_linux\" -B${{runner.workspace}}/build_arm64
- name: Save version info
shell: bash
Expand Down

0 comments on commit 41fab47

Please sign in to comment.