Skip to content

Commit 2bbebd8

Browse files
committed
Fix: CI error
1 parent 51e93ce commit 2bbebd8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ workflows:
1616
- unreal-engine-ci
1717
matrix:
1818
parameters:
19-
# TODO: 5.4.3 and 5.5.1 will raise an error due to DerivedDataCache.
20-
# Ref: https://forums.unrealengine.com/t/unreal-5-4-crash-will-not-start-deriveddatacache/1776423
21-
# Ref: https://www.reddit.com/r/unrealengine/comments/1bs0uel/unreal_54_crashes_on_launch/
2219
unreal-engine-version: [
2320
"4.27.0", "5.0.0", "5.1.0", "5.2.0", "5.3.0", "5.4.3", "5.5.1"
2421
]
@@ -28,7 +25,7 @@ workflows:
2825
- unreal-engine-ci
2926
matrix:
3027
parameters:
31-
unreal-engine-version: ["5.3.0", "5.4.3", "5.5.1"]
28+
unreal-engine-version: ["5.3.0"]
3229
version: ["full"]
3330

3431
version: 2.1

0 commit comments

Comments
 (0)