Skip to content

Commit

Permalink
Update buildCE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardittristan committed Jul 24, 2024
1 parent ed33789 commit 99b8108
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildCE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
with:
lookup-only: true
path: |
${{ needs.get-paths.outputs.xp }}
${{ needs.get-paths.outputs.vc141 }}
${{ needs.get-paths.outputs.xp }}${{ needs.get-paths.outputs.vc141 }}
key: XP-VC141
- name: Install winxp component on windows 2022
if: steps.cache-xp-vc141.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -436,8 +435,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
${{ needs.get-paths.outputs.xp }}
${{ needs.get-paths.outputs.vc141 }}
${{ needs.get-paths.outputs.xp }}${{ needs.get-paths.outputs.vc141 }}
key: XP-VC141
fail-on-cache-miss: true
- name: Apply XP reg
Expand Down

0 comments on commit 99b8108

Please sign in to comment.