Skip to content

Commit

Permalink
with clearcache
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Feb 17, 2025
1 parent 21ae187 commit fd36bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/usersample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
# id: node-version
# run: echo "NODE_VERSION=$(node -v)" >> $GITHUB_ENV
# shell: bash
# - name: Clear hosted tool cache
# run: |
# # $nodeVersion = $env:NODE_VERSION.TrimStart('v')
# # Remove-Item -Force "C:\hostedtoolcache\windows\node\$nodeVersion\x64\corepack*"
# Remove-Item -Force "C:\hostedtoolcache\windows\node\${{ matrix.node-version }}\x64\corepack*"
- name: Clear hosted tool cache
run: |
# $nodeVersion = $env:NODE_VERSION.TrimStart('v')
# Remove-Item -Force "C:\hostedtoolcache\windows\node\$nodeVersion\x64\corepack*"
Remove-Item -Force "C:\hostedtoolcache\windows\node\${{ matrix.node-version }}\x64\corepack*"
# shell: pwsh
# - name: Check corepack version after removal
Expand Down

0 comments on commit fd36bc0

Please sign in to comment.