diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index fe4b39f..be94fd9 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -9,9 +9,9 @@ jobs: flatpak: name: "Flatpak" runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 - options: --privileged + #container: + # image: bilelmoussaoui/flatpak-github-actions:gnome-44 + # options: --privileged steps: #- name: "Base requirements" #run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible @@ -19,6 +19,7 @@ jobs: #ansible-galaxy collection install ansible.posix --force - run: echo $PATH + - run: whereis node - name: "Check out repo code" uses: actions/checkout@v4 - name: "Build"