Explorar o código

Update build.yml to simplify ccache action

Removed branch input from ccache action in build workflow.
jimsterino98 hai 4 meses
pai
achega
b28fb7ec06
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      .github/workflows/build.yml

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

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