From 5eab3a5a252043d6988f6c277fe1465241aeb43a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 28 May 2026 20:52:07 +0200 Subject: [PATCH] try using cmlxc main branch fix for delete-server issue --- .github/workflows/ci-no-dns.yaml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-no-dns.yaml b/.github/workflows/ci-no-dns.yaml index bc1e425d..51211bdd 100644 --- a/.github/workflows/ci-no-dns.yaml +++ b/.github/workflows/ci-no-dns.yaml @@ -20,9 +20,9 @@ concurrency: jobs: no-dns: name: LXC deploy and test - uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.6 + uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@main with: - cmlxc_version: v0.14.6 + cmlxc_version: main cmlxc_commands: | cmlxc init # single cmdeploy relay test diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 684a954c..f38b8246 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,9 +57,9 @@ jobs: lxc-test: name: LXC deploy and test - uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.6 + uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@main with: - cmlxc_version: v0.14.6 + cmlxc_version: main cmlxc_commands: | cmlxc init # single cmdeploy relay test