From c0855794d1ba54d500e4f2e14c343d7707698167 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 4 Feb 2025 11:23:17 -0500 Subject: [PATCH] fix package --- .github/workflows/test-package.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-package.yaml b/.github/workflows/test-package.yaml index 6954bed..a9492d9 100644 --- a/.github/workflows/test-package.yaml +++ b/.github/workflows/test-package.yaml @@ -18,6 +18,9 @@ jobs: with: node-version: 18 + - name: setup-foundry + uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1 + - name: Install dependencies run: npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency --no-optional