diff --git a/.github/actions/build-tools/action.yml b/.github/actions/build-tools/action.yml index 4527d2b4..bdde0879 100644 --- a/.github/actions/build-tools/action.yml +++ b/.github/actions/build-tools/action.yml @@ -76,6 +76,7 @@ runs: - name: "Enable dotnet tools" shell: bash + working-directory: ${{ github.workspace }} run: | [ ! -f .config/dotnet-tools.json ] && dotnet new tool-manifest dotnet tool restore || true