Skip to content

Commit

Permalink
Point to EOSIO CMake files from leap-dev bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jan 25, 2023
1 parent e683c73 commit 1001ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-contract-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function ee()
eval "$@"
}

export Deosio_DIR='/usr/lib/x86_64-linux-gnu/cmake/eosio'
# debug code
ee nodeos --full-version
ee cmake --version
Expand All @@ -16,7 +17,7 @@ ee cmake --version
ee mkdir -p contract/tests/build
ee pushd contract/tests
ee pushd build
ee cmake ..
ee "cmake -Deosio_DIR=$Deosio_DIR .."
ee make -j "$(nproc)" unit_test

# pack
Expand Down

0 comments on commit 1001ced

Please sign in to comment.