Skip to content

Commit

Permalink
Remove specific number of jobs from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 2, 2022
1 parent 5bdf63e commit c120649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
if: steps.build-cache.outputs.cache-hit != 'true'
run: "& winbuild\\build\\build_dep_fribidi.cmd"

# trim ~150MB x 9
# trim ~150MB for each job
- name: Optimize build cache
if: steps.build-cache.outputs.cache-hit != 'true'
run: rmdir /S /Q winbuild\build\src
Expand Down

0 comments on commit c120649

Please sign in to comment.