From 7a8c8476739b00c0aca608859a1057493e965a91 Mon Sep 17 00:00:00 2001 From: Peter Mitri Date: Thu, 28 Mar 2024 18:07:21 +0100 Subject: [PATCH] fix comment Signed-off-by: Peter Mitri --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 022c595..36ef435 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -66,7 +66,7 @@ jobs: cp -r patch/* . python patch.py - - name: Install GCC11 and others + - name: Install GCC10 and others shell: bash run: | sudo apt update