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 a117402 commit 4121af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
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/*
- name: Build with Maven
run: xvfb-run mvn -B clean install -Plinux -Pci-build -Dno-native-profile
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: mvn -B clean install -Plinux -Pci-build -Dno-native-profile
- name: Describe current commit
run: echo "commit_sha=${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Remove Previous Build Artifacts
Expand Down

0 comments on commit 4121af3

Please sign in to comment.