From ad189bc6ae2f04ae74570eb4e78577776c20d369 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Tue, 16 Dec 2025 13:06:02 +0530 Subject: [PATCH] fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7f3c5b..2024b72 100644 --- a/README.md +++ b/README.md @@ -317,8 +317,8 @@ build: You can also set `DOTNET_INSTALL_DIR` to a value based on runtime variables, such as `$HOME/.dotnet` or `${{ runner.temp }}/.dotnet` before the `setup-dotnet` step: ```yml - - name: Set DOTNET_INSTALL_DIR - run: echo "DOTNET_INSTALL_DIR=$HOME/.dotnet" >> $GITHUB_ENV + - name: Set DOTNET_INSTALL_DIR + run: echo "DOTNET_INSTALL_DIR=$HOME/.dotnet" >> $GITHUB_ENV ``` > **Note**: On some self-hosted or large Linux runners, installing .NET under the default `/usr/share/dotnet` location may fail due to insufficient permissions. To ensure successful installation, set `DOTNET_INSTALL_DIR` to a user-writable path.