Initial CI/CD pipeline #3
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Add Flathub remote
|
||||||
|
run: |
|
||||||
|
flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
|
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
|
||||||
with:
|
with:
|
||||||
manifest-path: dev.bscubed.Luminate.json
|
manifest-path: dev.bscubed.Luminate.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue