Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timoore committed Jan 30, 2025
1 parent 29d208d commit 4eeee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
$env:VCPKG_ROOT="$env:VCPKG_INSTALLATION_ROOT"
$env:CESIUM_TOOLSET_VERSION="${{ inputs.cmake-toolchain }}"
if ($env:CESIUM_TOOLSET_VERSION) {
cmake -B build -S . -T "version=${{ inputs.cmake-toolchain}" -A "${{ inputs.cmake-platform }}" --preset Windows-CI-Versioned
cmake -B build -S . -T "version=${{ inputs.cmake-toolchain}}" -A "${{ inputs.cmake-platform }}" --preset Windows-CI-Versioned
}
else {
cmake -B build -S . -A "${{ inputs.cmake-platform }}" -preset Windows-CI
Expand Down

0 comments on commit 4eeee65

Please sign in to comment.