Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Nov 21, 2023
1 parent b2b0dcc commit 8903fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/devnet_teleport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '10.6'
- name: Install Python
run: sudo apt install python2
- name: Install package
run: |
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm i -g [email protected] && npm ci --no-audit
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm ci --python=python2 --no-audit
- name: Build
run: npm run build
Expand Down

0 comments on commit 8903fdb

Please sign in to comment.