From 9375c6ee6fb50881bbae010f5a9f1cc8f51142c2 Mon Sep 17 00:00:00 2001 From: valleyofdoom <173058957+valleyofdoom@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:03:22 +0100 Subject: [PATCH] Fix typo --- .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 7e77cde..de4a5eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: .\vcpkg\bootstrap-vcpkg.bat .\vcpkg\vcpkg.exe integrate install - - name: Install dependencies (vspkg.json) + - name: Install dependencies (vcpkg.json) run: .\vcpkg\vcpkg.exe install - name: Build executable