From 36bec435e14357244221d9b7a5aa466ac5d62769 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 15 Jan 2025 23:43:27 +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 775376a..839dcbb 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@cache + - uses: xmake-io/github-action-setup-xmake@master with: xmake-version: ${{ matrix.version }} actions-cache-folder: '.xmake-cache'