Skip to content

Commit

Permalink
Only build release vcpkg dependencies on macOS too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ring authored and Kevin Ring committed Aug 7, 2024
1 parent 53efd6f commit 4752cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ jobs:
dotnet publish Reinterop~ -o .
- name: Build Package
run: |
# We only need a release build of vcpkg dependencies
export CESIUM_VCPKG_RELEASE_ONLY="TRUE"
cd ~/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity
dotnet run --project Build~
ls -l ~/cesium/CesiumForUnityBuildProject
Expand Down

0 comments on commit 4752cb2

Please sign in to comment.