ソースを参照

Update build.yml to include branch input for ccache

Add branch input to use-ccache action in build workflow
jimsterino98 4 ヶ月 前
コミット
6fbdd9e9ca
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .github/workflows/build.yml

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

@@ -272,6 +272,8 @@ 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