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