diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5fc9be8c..cb627e4c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,9 @@ jobs: cd algorithms/CSharp ls - name: Restore dependencies - run: dotnet restore + run: | + ls + dotnet restore - name: Build run: dotnet build --no-restore - name: Test