Skip to content

Commit

Permalink
CI: Enable the preinstalled MSYS2 in autoformat runs
Browse files Browse the repository at this point in the history
Shouldn't make much of a difference in this case as build workflows are the bottleneck currently, but inconsistencies could be problematic.
  • Loading branch information
rdw-software committed Oct 19, 2024
1 parent 75969be commit 17bf64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
install: git mingw-w64-x86_64-clang
release: false # Use version from runner images to reduce build times

- name: Disable autocrlf # Messes up everything on Windows since the formatter applies \n
run: |
Expand Down

0 comments on commit 17bf64a

Please sign in to comment.