Skip to content

Commit c5a8ba3

Browse files
committed
Update Eclipse version used for format checks
Signed-off-by: Stefan Marr <[email protected]>
1 parent 1da27b3 commit c5a8ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: matrix.job == 'lint'
9393
run: |
9494
export ECLIPSE_TAR=eclipse.tar.gz
95-
export ECLIPSE_URL=https://mirror.dkm.cz/eclipse/eclipse/downloads/drops4/R-4.25-202208311800/eclipse-SDK-4.25-linux-gtk-x86_64.tar.gz
95+
export ECLIPSE_URL=https://archive.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-SDK-4.30-linux-gtk-x86_64.tar.gz
9696
curl ${ECLIPSE_URL} -o ${ECLIPSE_TAR}
9797
tar -C ${GITHUB_WORKSPACE}/.. -xzf ${ECLIPSE_TAR}
9898

0 commit comments

Comments
 (0)