From 0e004e10fff172786a08eaa93f560571d38fba63 Mon Sep 17 00:00:00 2001 From: sunerok Date: Tue, 10 Sep 2024 19:10:25 -0400 Subject: [PATCH] Update check-commit.yml --- .github/workflows/check-commit.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml index f3c93f32..6fb2dc02 100644 --- a/.github/workflows/check-commit.yml +++ b/.github/workflows/check-commit.yml @@ -324,8 +324,12 @@ jobs: - name: Add Ubuntu Jammy PPA run: sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu jammy main universe' - - name: Pin the Ubuntu Jammy packages and update - run: echo -e 'Package: *\nPin: release a=jammy\nPin-Priority: 100' | sudo tee /etc/apt/preferences.d/pin-jammy + run: | + sudo tee /etc/apt/preferences.d/pin-jammy <