From 7c4ed3910f588deb2e694cb90c7f50140610d65c Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 24 Feb 2024 13:06:56 +0100 Subject: [PATCH] action: xmake latest --- .gitea/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 7076427..f3a192f 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -18,7 +18,7 @@ jobs: - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: branch@master + xmake-version: latest actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu'