Skip to content

Commit

Permalink
Merge pull request #311 from eosnetworkfoundation/zach-eosio-dir
Browse files Browse the repository at this point in the history
Remove "-Deosio_DIR" cmake Flag from Contract Tests
  • Loading branch information
kj4ezj committed Feb 8, 2023
2 parents 1b7ff4e + 7d4ae3a commit 87d6b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-contract-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cat "$Deosio_DIR/EosioTester.cmake" | grep 'EOSIO_VERSION' | grep -oP "['\"].*['
ee mkdir -p contract/tests/build
ee pushd contract/tests
ee pushd build
ee "cmake -Deosio_DIR=$Deosio_DIR .."
ee "cmake .."
ee make -j "$(nproc)" unit_test

# pack
Expand Down

0 comments on commit 87d6b7e

Please sign in to comment.