Skip to content

Commit

Permalink
Update SWT to move to a M1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored Nov 7, 2024
1 parent 2b0a3b4 commit 49ce9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
distribution: 'temurin'
cache: maven
- name : Download SWT
run: curl -o swt-4.14-cocoa-macosx-`uname -m`.zip https://archive.eclipse.org/eclipse/downloads/drops4/R-4.14-201912100610/swt-4.14-cocoa-macosx-`uname -m`.zip
run: curl -o swt-4.26-cocoa-macosx-`uname -m`.zip https://archive.eclipse.org/eclipse/downloads/drops4/R-4.26-201912100610/swt-4.26-cocoa-macosx-`uname -m`.zip
- name : install SWT
run: mkdir swt-4.14-cocoa-macosx-`uname -m` && cd swt-4.14-cocoa-macosx-`uname -m` && unzip ../swt-4.14-cocoa-macosx-`uname -m`.zip && mvn install:install-file -Dfile=swt.jar -DgroupId=org.eclipse.swt -DartifactId=org.eclipse.swt.cocoa.macosx -Dpackaging=jar -Dversion=4.14
run: mkdir swt-4.26-cocoa-macosx-`uname -m` && cd swt-4.26-cocoa-macosx-`uname -m` && unzip ../swt-4.26-cocoa-macosx-`uname -m`.zip && mvn install:install-file -Dfile=swt.jar -DgroupId=org.eclipse.swt -DartifactId=org.eclipse.swt.cocoa.macosx -Dpackaging=jar -Dversion=4.26
- name: Build with Maven
run: cd desktop/build-scripts/tuxguitar-macosx-swt-cocoa && mvn -e clean verify
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 49ce9a0

Please sign in to comment.