Skip to content

Commit

Permalink
ci: fix autocrlf on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jan 26, 2024
1 parent 484e0a6 commit a0fb374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
artifact_name: rabbit-digger-pro
release_name: rabbit-digger-pro-macos-amd64
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit a0fb374

Please sign in to comment.