Skip to content

Commit

Permalink
Print version of Leap found
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jan 25, 2023
1 parent 1001ced commit f022552
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 @@ -10,8 +10,9 @@ function ee()

export Deosio_DIR='/usr/lib/x86_64-linux-gnu/cmake/eosio'
# debug code
ee nodeos --full-version
ee cmake --version
echo 'Leap version:'
cat "$Deosio_DIR/EosioTester.cmake" | grep 'EOSIO_VERSION' | grep -oP "['\"].*['\"]" | tr -d "'\"" || :

# build
ee mkdir -p contract/tests/build
Expand Down

0 comments on commit f022552

Please sign in to comment.