Skip to content

Commit

Permalink
Update dotnet-desktop.yml: try to fix linux tests 3
Browse files Browse the repository at this point in the history
  • Loading branch information
romibi authored Oct 31, 2023
1 parent 3dc682a commit 31d401f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ jobs:
Test_Project_Path: ScrapPackedTests/ScrapPackedTests.csproj

steps:
- name: Prepare git
run: |-
git config --global core.autocrlf false
git config --global core.eol CRLF
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 31d401f

Please sign in to comment.