Skip to content

Commit

Permalink
Add metacall install on the ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 16, 2025
1 parent e2604be commit ed0a46b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Required for local tests
- name: Setup MetaCall CLI
run: wget -O - https://raw.githubusercontent.com/metacall/install/master/install.sh | sh

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ed0a46b

Please sign in to comment.