From a35f45015b1e7fdd5306e5e005a798c6e107431e Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Fri, 23 Feb 2024 11:16:58 +0100 Subject: [PATCH] Use fixed xmake version for action --- .gitea/workflows/ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index e4d31e4..2b37b66 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -13,7 +13,7 @@ jobs: - name: Prepare XMake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: branch@master + xmake-version: '2.8.6' actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu'