]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix grammar
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Mar 2024 09:53:21 +0000 (10:53 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Mar 2024 08:32:12 +0000 (09:32 +0100)
.github/workflows/build.yaml

index aa687769305f60f1082565198037de932c55425e..a216f462abb7a72722cb31f3ec2a5cde1c6d247e 100644 (file)
@@ -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