Skip to content

Commit

Permalink
Update Eclipse version used for checking code formatting
Browse files Browse the repository at this point in the history
The old version disappeared from the mirror.

Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Oct 4, 2024
1 parent 8479ad8 commit 5ff54e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5ff54e6

Please sign in to comment.