CI/CD edit

This commit is contained in:
2025-02-12 23:34:45 +01:00
parent 3f0a310f5f
commit cb001018ba

View File

@@ -9,13 +9,14 @@ jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
# container:
# image: bilelmoussaoui/flatpak-github-actions:gnome-47
# options: --privileged
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- run: echo $PATH
- run: whereis node
- run: dnf install nodejs
- name: "Check out repo code"
uses: actions/checkout@v4
- name: "Build"