Skip to content

Commit

Permalink
Fix maven at 3.8.7
Browse files Browse the repository at this point in the history
Until we update Tycho to 3.0.3+ we use the older Maven

Thanks to @ghentschke for figuring this out in
eclipse-cdt/cdt-lsp@f776179

Fixes #308
  • Loading branch information
jonahgraham committed Mar 7, 2023
1 parent d4c87ce commit 6776f6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Setup Maven
uses: stCarolas/setup-maven@v.4.5
with:
maven-version: 3.8.7
- name: Install GCC & GDB & other build essentials
run: |
sudo apt-get -y install build-essential gcc g++ gdb gdbserver
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Setup Maven
uses: stCarolas/setup-maven@v.4.5
with:
maven-version: 3.8.7
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 6776f6a

Please sign in to comment.