From 11c3a86393ea319415f281e0442078e615815e17 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 3 Sep 2024 13:52:52 -0700 Subject: [PATCH] chore: install pnpm --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b02ec3..debd0e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: curl -fsSL https://get.pnpm.io/install.sh | sh - - run: rustup update stable && rustup default stable - run: rustup toolchain install nightly -c rustfmt - run: git submodule update --init --recursive @@ -38,6 +39,7 @@ jobs: - debug steps: - uses: actions/checkout@v4 + - run: curl -fsSL https://get.pnpm.io/install.sh | sh - - run: rustup update stable && rustup default stable - run: git submodule update --init --recursive - run: make setup-thirdparty