From 1e6c85bb569a565fe04c257980e11bfd073bc218 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 28 Feb 2025 11:17:29 +0900 Subject: [PATCH] switch.yml: Update CMake --- .github/workflows/switch.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index c2293300c..af8f0b565 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -33,7 +33,11 @@ jobs: - name: Install dependencies run: | - apt-get update && \ + tee /etc/apt/sources.list.d/bullseye-backports.list <