We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0a61 commit 6b07879Copy full SHA for 6b07879
.github/workflows/build.yml
@@ -393,6 +393,10 @@ jobs:
393
if: success() || failure() # run this step even if previous step failed
394
run: |
395
get-psdrive
396
+ - name: Delete ccache
397
+ run: |
398
+ # To prevent the ada-url build from trying (and failing) to use it.
399
+ rm C:/Strawberry/c/bin/ccache.exe
400
- name: Build Package
401
402
cd d:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity
0 commit comments