Skip to content

Commit

Permalink
Skip Linux-only part of Combine53.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 8, 2023
1 parent c4ab014 commit ab5f517
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,15 +1015,15 @@ jobs:
with:
name: CesiumForUnreal-53-windows-${{ env.CESIUM_UNREAL_VERSION}}
path: combine
- name: Unreal Marketplace Workaround
run: |
# The UE Marketplace deletes our Intermediates directory and fails to produces new
# intermediates for the Linux platform. The Marketplace team has suggested we copy
# them to the LinuxIntermediate directory instead, as a workaround. Users still have
# to move these files to the correct place manually, though, in order for Linux builds
# to succeed.
mkdir -p combine/CesiumForUnreal/LinuxIntermediate/Build/Linux
cp -r combine/CesiumForUnreal/Intermediate/Build/Linux/* combine/CesiumForUnreal/LinuxIntermediate/Build/Linux
# - name: Unreal Marketplace Workaround
# run: |
# # The UE Marketplace deletes our Intermediates directory and fails to produces new
# # intermediates for the Linux platform. The Marketplace team has suggested we copy
# # them to the LinuxIntermediate directory instead, as a workaround. Users still have
# # to move these files to the correct place manually, though, in order for Linux builds
# # to succeed.
# mkdir -p combine/CesiumForUnreal/LinuxIntermediate/Build/Linux
# cp -r combine/CesiumForUnreal/Intermediate/Build/Linux/* combine/CesiumForUnreal/LinuxIntermediate/Build/Linux
- name: Publish combined package artifact
if: ${{ success() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ab5f517

Please sign in to comment.