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 797411d commit 75d1734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Install required packages
run: apt-get update && apt get install -y xvfb libgtk-3-0
run: sudo apt-get update && apt get install -y xvfb libgtk-3-0
- name: Build with Maven
run: mvn -B clean install test -Plinux -Pci-build -Dno-native-profile
- name: Describe current commit
Expand Down

0 comments on commit 75d1734

Please sign in to comment.