Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent 521cf4e commit 032980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

- name: Run .NET format
run: dotnet format --verify-no-changes "csharp/C# NET demos.sln"
run: dotnet format --verify-no-changes "./ice-demos/csharp/C# NET demos.sln"
if: runner.os == 'Linux'

0 comments on commit 032980a

Please sign in to comment.