From 1cd65e086eac6fadb48433919aae76ee7ca32c75 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 6 Dec 2022 22:03:13 -0600 Subject: [PATCH] Disable source CI install now. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ed4fe6..55352bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,9 @@ jobs: - distro: debian10 playbook: converge.yml - - distro: debian11 - playbook: source-install.yml + # Had some trouble, might fix later. + # - distro: debian11 + # playbook: source-install.yml steps: - name: Check out the codebase.