From 9da7f3f54db187b5a6b6dc7e030b58136196f9d6 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:13:42 +0100 Subject: [PATCH] chore: Add missing apt repository --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index d9f3682..4599422 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -16,6 +16,11 @@ jobs: - uses: actions/checkout@v4 - uses: opentofu/setup-opentofu@v1 + - name: Setup apt repository + run: | + echo "deb http://deb.debian.org/debian $(lsb_release -cs) main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list + apt update + - name: Setup Wireguard run: | apt-cache policy