From da84abc9e0d52c4cff997ca4ec2044b930767970 Mon Sep 17 00:00:00 2001 From: Jaex Date: Fri, 8 Mar 2024 09:13:58 +0300 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 325703db2..4ebe8d055 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -30,14 +30,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v2 - name: Restore NuGet packages working-directory: ${{ env.GITHUB_WORKSPACE }} - run: nuget restore ${{ env.SOLUTION_FILE_PATH }} + run: nuget restore "${{ env.SOLUTION_FILE_PATH }}" -Project2ProjectTimeOut 300 - name: Build working-directory: ${{ env.GITHUB_WORKSPACE }}