Skip to content

Commit

Permalink
adapt linux build file
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrin-7978 committed Aug 7, 2024
1 parent 1331120 commit edbd92c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Install required packages
run: sudo apt-get update && sudo apt-get install -y x11-apps xauth xvfb libgtk-3-0 && sudo rm -rf /var/lib/apt/lists/*
run: sudo apt-get update && sudo apt-get install -y x11-apps xauth openjdk-17-jdk maven xvfb libgtk-3-0 && sudo rm -rf /var/lib/apt/lists/*
- name: Build with Maven
run: xvfb-run mvn -B clean install -Plinux -Pci-build -Dno-native-profile
- name: Describe current commit
Expand Down

0 comments on commit edbd92c

Please sign in to comment.