Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 6011fab

Browse files
committed
ci(github): add java8-openjfx to build steps
Signed-off-by: Luís Ferreira <[email protected]>
1 parent 6148e30 commit 6011fab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ jobs:
3131
with:
3232
PKGBUILD: $HOME/sleuthkit-java/PKGBUILD
3333
OUTDIR: /tmp/artifacts
34+
- name: Clone java8-openjfx build repo from AUR
35+
run: |
36+
git clone https://aur.archlinux.org/java8-openjfx.git $HOME/java8-openjfx
37+
- name: Build java8-openjfx
38+
# uses: FFY00/build-arch-package@v1
39+
run: |
40+
chown user -R $HOME/java8-openjfx
41+
cd $HOME/java8-openjfx
42+
extra-x86_64-build -- -U user
43+
mv *.pkg.* /tmp/artifacts
3444
- uses: actions/upload-artifact@v2
3545
with:
3646
name: arch-packages

0 commit comments

Comments
 (0)