浏览代码

Update build.yml to simplify ccache action

Removed branch input from ccache action in build workflow.
jimsterino98 4 月之前
父节点
当前提交
b28fb7ec06
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/build.yml

+ 0 - 2
.github/workflows/build.yml

@@ -272,8 +272,6 @@ jobs:
       - name: change variables to ccache
         if: inputs.build_type == 'make'
         uses: ./.github/actions/use-ccache
-        with:
-         branch: ${{ inputs.branch }}
 
       - name: Build
         uses: ./.github/actions/build