ruki 1 year ago
parent
commit
39a9b0c700
2 changed files with 2 additions and 3 deletions
  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