From 5b3f163c2cba4bc80c94ad9f22fd7dec07743826 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Mon, 3 Oct 2022 14:04:56 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02b4ba..c4472ea 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Some environment variables may be necessary for your particular case or to impro build: runs-on: ubuntu-latest env: - DOTNET_INSTALL_DIR: "some/directory" + DOTNET_INSTALL_DIR: "some/specific/directory" steps: - uses: actions/checkout@main - uses: actions/setup-dotnet@v3