1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Fix maven at 3.8.7

Until we update Tycho to 3.0.3+ we use the older Maven

Thanks to @ghentschke for figuring this out in
f7761791be

Fixes #308
This commit is contained in:
Jonah Graham 2023-03-06 19:35:37 -05:00
parent d4c87cef72
commit 6776f6a1ee
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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 \