From 020c831b07d3eab892913a7f0155172732f4ed1b Mon Sep 17 00:00:00 2001 From: ryank231231 Date: Sun, 3 Nov 2024 18:40:39 +0800 Subject: [PATCH 1/2] (chore) update vcpkg baseline updated vcpkg baseline to v2024.10.21 --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index ab8b54c..ef3e00e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { - "$schema": "https://ghproxy.com/raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", - "builtin-baseline": "a7b6122f6b6504d16d96117336a0562693579933", + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4", "dependencies": [ { "name": "sdl2" From 4fafbafbc66f37304cb5de2d1c49ba47b9a1b3cc Mon Sep 17 00:00:00 2001 From: ryank231231 Date: Sun, 3 Nov 2024 18:47:38 +0800 Subject: [PATCH 2/2] (chore) build_win fix --- .github/workflows/build_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index 8ff108b..f468059 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -22,7 +22,7 @@ jobs: - name: download thirdparty_build if: steps.check_thirdparty_build.outputs.cache-hit != 'true' run: | - curl -fsSL https://github.com/YuriSizuku/OnscripterYuri/releases/download/v0.6/thirdparty_build.tar.gz -O + curl -fsSL https://github.com/YuriSizuku/OnscripterYuri/releases/download/v0.7.5beta/thirdparty_build.tar.gz -O tar xvzf thirdparty_build.tar.gz build_win32: @@ -95,4 +95,4 @@ jobs: with: artifacts: "./build_mingw64/onsyuri_${{ github.ref_name }}_x64_win.exe" allowUpdates: "true" - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}