Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 13, 2024
1 parent 8d4cabd commit 25dbfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: runner.os == 'Windows'
run: |
echo "EZVCPKG_BASEDIR=$env:GITHUB_WORKSPACE" >> $env:GITHUB_ENV
echo "CESIUM_VCPKG_RELEASE_ONLY=TRUE" >> $GITHUB_ENV
echo "CESIUM_VCPKG_RELEASE_ONLY=TRUE" >> $env:GITHUB_ENV
- name: vcpkg Check cache
id: vcpkg-cache
Expand Down

0 comments on commit 25dbfda

Please sign in to comment.