Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
csgui committed Jul 1, 2024
1 parent 63f1544 commit c126892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clar2wasm/scripts/boot-contracts-compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BOOT_CONTRACTS_PATH="./clar2wasm/tests/contracts/boot-contracts"
BOOT_CONTRACTS_PATH="../tests/contracts/boot-contracts"
declare -a boot_contracts=(
bns.clar
cost-voting.clar
Expand Down Expand Up @@ -38,3 +38,5 @@ for contract in ${boot_contracts[@]}; do
exit 1
fi
done

bash ${GITHUB_WORKSPACE}/../clar2wasm/scripts/boot-contracts-compile.sh

0 comments on commit c126892

Please sign in to comment.