[ci] Remove nested container to avoid bwrap namespace issues
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 9m47s
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 9m47s
This commit is contained in:
@ -11,14 +11,16 @@ jobs:
|
|||||||
flatpak:
|
flatpak:
|
||||||
name: Build Flatpak
|
name: Build Flatpak
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
|
|
||||||
options: --privileged --device=/dev/fuse
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
run: git clone --depth 1 http://gitea.service:3000/secstate/Notify.git .
|
run: git clone --depth 1 http://gitea.service:3000/secstate/Notify.git .
|
||||||
|
|
||||||
|
- name: Install Flatpak Tools
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y flatpak flatpak-builder
|
||||||
|
|
||||||
- name: Add Flathub
|
- name: Add Flathub
|
||||||
run: flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
run: flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user