Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 3, 2024
1 parent 55aa338 commit 8710549
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: install snet-sdk
run: pip3 install -e . --break-system-packages

# - name: install platform-contracts
# run: |
# cd ..
# git clone https://github.com/singnet/platform-contracts.git
# cd platform-contracts
# npm install
# npm install ganache-cli
# npm run-script compile
- name: install platform-contracts
run: |
cd ..
git clone https://github.com/singnet/platform-contracts.git
cd platform-contracts
npm install
npm install ganache-cli
npm run-script compile
# - name: build example service
# run: |
Expand Down

0 comments on commit 8710549

Please sign in to comment.