Skip to content

Commit

Permalink
Workaround for dotnet/sdk#11432
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 22, 2024
1 parent b76d778 commit 7c1e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
working-directory: ${{ github.workspace }}
run: |
[ -d "$HOME/.nuget" ] || mkdir "$HOME/.nuget
[ -d "$HOME/.nuget" ] || mkdir "$HOME/.nuget"
rm -fr "$HOME/.nuget/packages"
ln -sf "$HOME/.nuget/packages" "${{env.NUGET_PACKAGES}}"
ls -la "$HOME/.nuget/packages"
Expand Down

0 comments on commit 7c1e2dd

Please sign in to comment.