From 014f5b3cc228b83b70bad6432a835d9173a8c31a Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 23:19:28 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index a04f263..ab89768 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -8,7 +8,7 @@ on: jobs: flatpak: name: "Flatpak" - runs-on: host + runs-on: ubuntu-latest container: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged @@ -17,14 +17,10 @@ jobs: #run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible #ansible-galaxy collection install community.general --force #ansible-galaxy collection install ansible.posix --force - - name: Use Node.js - uses: https://github.com/actions/setup-node@v3 - with: - node-version: '18.17' + - run: ls - name: "Check out repo code" uses: actions/checkout@v4 - - run: ls - name: "Build" uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: