Skip to content

Commit

Permalink
fix: tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 4, 2024
1 parent d2b817d commit 95678a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
node-version: 20.x

- name: Download Gear node [release=build]
run: wget -O ./gear https://github.com/gear-tech/gear/releases/download/build/gear
run: |
wget -O ./gear https://github.com/gear-tech/gear/releases/download/build/gear
chmod +x ./gear
- name: Install rosetta-cli tool
run: curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s
Expand Down

0 comments on commit 95678a7

Please sign in to comment.