Skip to content

Commit

Permalink
updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Aug 7, 2023
1 parent 4809668 commit 0d99b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\" .
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
- name: Save version info
shell: bash
Expand All @@ -358,7 +358,7 @@ jobs:

- name: Build [ununtu all]
shell: bash
run: make -j$(nproc)
run: make -j$(nproc) -C ${{runner.workspace}}/build_arm64


###############################################################################
Expand Down

0 comments on commit 0d99b5c

Please sign in to comment.