Update documentation

This commit is contained in:
IvanZosimov 2022-10-03 14:06:08 +02:00
parent 5b3f163c2c
commit 51e9ed0038

View File

@ -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/specific/directory"
DOTNET_INSTALL_DIR: "path/to/directory"
steps:
- uses: actions/checkout@main
- uses: actions/setup-dotnet@v3