Skip to content

Commit

Permalink
Update build-and-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep authored Oct 31, 2023
1 parent 8f01da9 commit 4f26329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Enable long paths support
run: git config --system core.longpaths true

- name: Checkout code
uses: actions/checkout@v2

- name: Setup .NET Core environment
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 4f26329

Please sign in to comment.