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:
parent
d4c87cef72
commit
6776f6a1ee
2 changed files with 8 additions and 0 deletions
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/code-cleanliness.yml
vendored
4
.github/workflows/code-cleanliness.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue