瀏覽代碼

Correction

Piotr Czajkowski 2 年之前
父節點
當前提交
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