Skip to content

Commit f96c6af

Browse files
author
Lane Anderson
committed
Install flatpak-builder on runner before Maven build
1 parent abe1d81 commit f96c6af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-and-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
distribution: 'temurin'
2525
java-version: '25'
2626

27+
- name: Install flatpak-builder
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y flatpak-builder
31+
2732
- name: Build with Maven
2833
run: mvn clean install
2934

0 commit comments

Comments
 (0)