From 1c9fecdee929c568340a0febb2564642f623a6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E4=B8=8A=E8=A1=8CRyer?= Date: Mon, 13 May 2024 19:42:37 +0800 Subject: [PATCH] chore: edit action version --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 821b1b1..6139d1c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -24,7 +24,7 @@ jobs: uses: lukka/run-vcpkg@v11 - name: Build - uses: lukka/run-cmake@latest + uses: lukka/run-cmake@v10 with: configurePreset: 'default' configurePresetAdditionalArgs: "['-DBUILD_TEST=OFF']"