From 7b84822778a617a70e521ff97f489ee0144f87d2 Mon Sep 17 00:00:00 2001 From: sunerok Date: Tue, 10 Sep 2024 19:05:42 -0400 Subject: [PATCH] update seperate --- .github/workflows/check-commit.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml index 4cdb1487..760fa26d 100644 --- a/.github/workflows/check-commit.yml +++ b/.github/workflows/check-commit.yml @@ -325,7 +325,10 @@ jobs: run: sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu jammy main universe' - name: pin the uybuntu jammy packages and update - run: echo -e "Package: *\nPin: release a=jammy\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/pin-jammy && sudo apt-get update + run: echo -e "Package: *\nPin: release a=jammy\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/pin-jammy + + - name: Update + run: sudo apt-get update - name: install jammy gcc run: sudo apt-get install g++-mingw-w64-i686/jammy && sudo apt-get install mingw-w64-i686-dev/jammy