Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Guriy Samarin committed Mar 12, 2024
1 parent 36b9623 commit 2343273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Remove the build result
shell: bash
if: steps.cache-dotnet.outputs.cache-hit != 'true'
run: sudo rm -r ~/.csharp/csharp/tests/bin | sudo rm -r ~/.csharp/csharp/tests/obj
run: sudo rm -r ~/csharp/tests/bin | sudo rm -r ~/csharp/tests/obj

- name: Test dotnet ${{ matrix.dotnet }}
working-directory: ./csharp
Expand Down

0 comments on commit 2343273

Please sign in to comment.