diff --git a/.github/workflows/windows-check.yaml b/.github/workflows/windows-check.yaml index d11ee77806214..96b185029d616 100644 --- a/.github/workflows/windows-check.yaml +++ b/.github/workflows/windows-check.yaml @@ -86,9 +86,9 @@ jobs: - uses: actions/github-script@v6 with: - script: | - core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); - core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); + script: | + core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); + core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: CMake shell: bash @@ -104,7 +104,7 @@ jobs: -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/build/vcpkg/scripts/buildsystems/vcpkg.cmake" \ -DVCPKG_TARGET_TRIPLET=x64-windows-static \ -DVCPKG_HOST_TRIPLET=x64-windows-static \ - -DVCPKG_INSTALL_OPTIONS="--disable-metrics;--no-print-usage;--x-abi-tools-use-exact-versions;--clean-buildtrees-after-build;--clean-packages-after-build;--binarysource=\"clear;x-gha,readwrite\"" + -DVCPKG_INSTALL_OPTIONS="--disable-metrics;--no-print-usage;--x-abi-tools-use-exact-versions;--clean-buildtrees-after-build;--clean-packages-after-build;--binarysource="clear;x-gha,readwrite"" - name: Compile shell: bash