Skip to content

Commit 6b07879

Browse files
committed
Delete ccache.exe.
To prevent ada-url from trying (and failing) to use it.
1 parent b7e0a61 commit 6b07879

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,10 @@ jobs:
393393
if: success() || failure() # run this step even if previous step failed
394394
run: |
395395
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
396400
- name: Build Package
397401
run: |
398402
cd d:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity

0 commit comments

Comments
 (0)