浏览代码

fix(ci): install pnpm on integration tests

Lucas Nogueira 1 年之前
父节点
当前提交
dd5b081eeb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/covector-version-or-publish.yml

+ 2 - 0
.github/workflows/covector-version-or-publish.yml

@@ -23,6 +23,8 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 
+      - run: corepack enable
+
       - name: install stable
       - name: install stable
         uses: dtolnay/rust-toolchain@stable
         uses: dtolnay/rust-toolchain@stable