From 7070f70134823708cad1454c360143a807fa695f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Knotek?= <106543764+knotekt@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:37:15 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24f653d..f374631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: - name: Configure ARM64 apt sources run: | - echo "Creating ubuntu.sources for ${matrix.arch}" echo 'Types: deb' | sudo tee /etc/apt/sources.list.d/ubuntu.sources echo 'URIs: http://ports.ubuntu.com/ubuntu-ports/' | sudo tee -a /etc/apt/sources.list.d/ubuntu.sources echo 'Suites: noble noble-updates noble-backports' | sudo tee -a /etc/apt/sources.list.d/ubuntu.sources