浏览代码

bundler init

codecalm 1 年之前
父节点
当前提交
80dd505973
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/release-beta.yml

+ 4 - 0
.github/workflows/release-beta.yml

@@ -20,6 +20,10 @@ jobs:
       - name: Checkout Repo
         uses: actions/checkout@v4
 
+      - uses: ruby/setup-ruby@v1
+      with:
+        bundler-cache: true
+
       - name: Enable corepack
         run: corepack enable pnpm