|
|
@ -17,10 +17,10 @@ jobs: |
|
|
|
runs-on: windows-latest |
|
|
|
steps: |
|
|
|
- name: Configure Git |
|
|
|
run: |
|
|
|
- git config --global core.autocrlf true |
|
|
|
- git config --global user.email ${{ github.actor }}@users.noreply.github.com |
|
|
|
- git config --global user.name ${{ github.actor }} |
|
|
|
run: | |
|
|
|
git config --global core.autocrlf true |
|
|
|
git config --global user.email ${{ github.actor }}@users.noreply.github.com |
|
|
|
git config --global user.name ${{ github.actor }} |
|
|
|
- name: Checkout branch |
|
|
|
uses: actions/checkout@v2 |
|
|
|
- name: Checkout submodules |
|
|
|