diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3e986c603..52f8d9f7c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -41,7 +41,7 @@ jobs: - name: Install vpk run: dotnet tool install -g vpk - name: Restore dependencies - run: dotnet restore --locked-mode + run: dotnet restore - name: Build run: dotnet build --no-restore -c Release - name: Initialize Service