Browse Source

restore src cache win gn check

Samuel Attard 10 months ago
parent
commit
973ed113ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pipeline-segment-electron-gn-check.yml

+ 1 - 1
.github/workflows/pipeline-segment-electron-gn-check.yml

@@ -106,7 +106,7 @@ jobs:
       if: ${{ inputs.target-platform == 'macos' }}
       uses: ./src/electron/.github/actions/restore-cache-azcopy
     - name: Restore src cache via AKS
-      if: ${{ inputs.target-platform == 'linux' }}
+      if: ${{ inputs.target-platform == 'linux' || inputs.target-platform == 'windows' }}
       uses: ./src/electron/.github/actions/restore-cache-aks
     - name: Run Electron Only Hooks
       run: |