Skip to content

Commit 1d5b642

Browse files
committed
Debug why download fails
1 parent 95e4a99 commit 1d5b642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkIDECompatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
java: [17]
1515
distribution: [temurin]
16-
platformType: [IU, IC]
16+
platformType: [IC]
1717
platformVersion: [LATEST-EAP-SNAPSHOT]
1818

1919
steps:
@@ -27,4 +27,4 @@ jobs:
2727
cache: 'gradle'
2828

2929
- name: Build
30-
run: ./gradlew runPluginVerifier -PplatformVersion=LATEST-EAP-SNAPSHOT
30+
run: ./gradlew runPluginVerifier -PplatformVersion=LATEST-EAP-SNAPSHOT --debug

0 commit comments

Comments
 (0)