From e3acdf9064d632aa76e6768569af79265b6d35c4 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 14 Jan 2025 11:24:47 +0800 Subject: [PATCH] update ci --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ff2d6e0..bbdb7930 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: xmake-io/github-action-setup-xmake@test + - uses: xmake-io/github-action-setup-xmake@cache with: xmake-version: ${{ matrix.version }} actions-cache-folder: '.xmake-cache'