mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
@@ -8,6 +8,9 @@ jobs:
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Disable auto-CRLF # This breaks scripts (see https://github.com/gbdev/rgbds/issues/841)
|
||||
run: |
|
||||
git config --global --unset core.autocrlf
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get version from tag
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user