From ae1cd842e562ec589da55d2ece40e13234d84482 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Tue, 2 Jan 2024 14:18:08 -0600 Subject: [PATCH] Fix vcpkg bootstrap path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 788e81aa24..8ac848f083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: - name: Bootstrap vcpkg shell: pwsh - run: "${{ github.workspace }}/vcpkg/scipts/bootstrap.ps1" + run: "${{ github.workspace }}\\vcpkg\\scripts\\bootstrap.ps1" - name: Export GitHub Actions cache environment variables uses: actions/github-script@v7