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 264a54c commit 63f1544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boot_contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./clar2wasm/scripts
working-directory: ./clar2wasm
steps:
- name: Checkout PR
uses: actions/checkout@v4
- name: Compile
run: |
cargo build
ls -la
bash ./boot-contracts-compile.sh
bash ./scripts/boot-contracts-compile.sh

0 comments on commit 63f1544

Please sign in to comment.