From 5ff54e631acc0fe770b77785ca3be744a69e05f8 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Fri, 4 Oct 2024 10:46:58 +0100 Subject: [PATCH] Update Eclipse version used for checking code formatting The old version disappeared from the mirror. Signed-off-by: Stefan Marr --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 699920937..5e6a8f9c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Download Eclipse run: | export ECLIPSE_TAR=eclipse.tar.gz - export ECLIPSE_URL=https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-SDK-4.30-linux-gtk-x86_64.tar.gz + export ECLIPSE_URL=https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.32-202406010610/eclipse-SDK-4.32-linux-gtk-x86_64.tar.gz curl -L ${ECLIPSE_URL} -o ${ECLIPSE_TAR} tar --warning=no-unknown-keyword -C ${GITHUB_WORKSPACE}/.. -xzf ${ECLIPSE_TAR}