Piotr Czajkowski пре 1 година
родитељ
комит
4070bec8f0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/dotnet.yml

+ 1 - 1
.github/workflows/dotnet.yml

@@ -18,7 +18,7 @@ jobs:
       with:
         dotnet-version: 6.0.x
     - name: Restore dependencies
-      run: dotnet restore
+      run: dotnet restore PSDText/
     - name: Build
       run: dotnet build --no-restore PSDText/
     - name: Test