Skip to content

Commit 8dde85d

Browse files
committed
Install SWT fragments before actual build
1 parent 49066fd commit 8dde85d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818
extra-setup: |
1919
git submodule update --remote
2020
mvn clean install -U -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99
21+
pushd eclipse.platform.swt
22+
mvn clean install -DskipTests
23+
popd

0 commit comments

Comments
 (0)