From ed0a46b78984b142f7e7fa685d582d042a417cd8 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 16 Jan 2025 19:15:01 +0100 Subject: [PATCH] Add metacall install on the ci. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d3020b..337666d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: