From: Joel Rosdahl Date: Sun, 17 Mar 2024 09:53:21 +0000 (+0100) Subject: chore: Fix grammar X-Git-Tag: v4.10~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f999e7fee8be2f355e244866ab3758c530c99d0;p=thirdparty%2Fccache.git chore: Fix grammar --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa687769..a216f462 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -181,7 +181,7 @@ jobs: run: shell: msys2 {0} steps: - - name: '${{ matrix.sys }} Setup MSYS2' + - name: '${{ matrix.sys }} Set up MSYS2' uses: msys2/setup-msys2@v2 with: msystem: ${{matrix.sys}} @@ -197,7 +197,7 @@ jobs: mingw-w64-${{matrix.env}}-lld mingw-w64-${{matrix.env}}-${{matrix.compiler}} - - name: setup env + - name: Set up environment run: | if [ "${{ matrix.compiler }}" = "gcc" ]; then echo "CC=gcc" >> $GITHUB_ENV