]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Small GH actions cleanup (#1602)
authorMaksym Sobolyev <sobomax@sippysoft.com>
Mon, 14 Jul 2025 18:17:01 +0000 (11:17 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Jul 2025 18:17:01 +0000 (20:17 +0200)
Remove superfluous ${{ }}.

.github/workflows/build.yaml

index c2ae9cd36d1d404b72e4804ef11b365baf505121..6b85f66ff255242f29855f6818babab900261694 100644 (file)
@@ -75,7 +75,7 @@ jobs:
             version: "15.3"
     steps:
       - name: Install dependencies on Linux
-        if: ${{ runner.os == 'Linux' }}
+        if: runner.os == 'Linux'
         run: |
           sudo apt-get update
 
@@ -134,7 +134,7 @@ jobs:
           echo "CMAKE_PARAMS=${cmake_params[*]}" >> $GITHUB_ENV
 
       - name: Install dependencies on macOS
-        if: ${{ runner.os == 'macOS' }}
+        if: runner.os == 'macOS'
         run: |
           HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 \
             brew install ninja hiredis redis