ruki 1 年之前
父节点
当前提交
39a9b0c700
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      .github/workflows/autoupdate.yml
  2. 1 2
      .github/workflows/sync_packagerefs.yml

+ 1 - 1
.github/workflows/autoupdate.yml

@@ -16,7 +16,7 @@ jobs:
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1
         with:
-          xmake-version: latest
+          xmake-version: branch@master
 
       - name: Installation
         run: |

+ 1 - 2
.github/workflows/sync_packagerefs.yml

@@ -16,8 +16,7 @@ jobs:
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1
         with:
-          xmake-version: latest
-          actions-cache-folder: '.xmake-cache'
+          xmake-version: branch@master
 
       - name: Install SSH key
         uses: shimataro/ssh-key-action@v2