From 97070e514f89f3624ec3028531aa0a7a9e315ec5 Mon Sep 17 00:00:00 2001 From: Yan Titarenko Date: Thu, 11 Mar 2021 22:04:48 +0200 Subject: [PATCH] Update gcc.yaml --- .github/workflows/gcc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcc.yaml b/.github/workflows/gcc.yaml index c27710c..248e3c2 100644 --- a/.github/workflows/gcc.yaml +++ b/.github/workflows/gcc.yaml @@ -5,7 +5,7 @@ on: push jobs: building: # Name the Job - name: Extrackting and building libatomic + name: Extracting and building libatomic # Set the type of machine to run on runs-on: ubuntu-latest