MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

prevent line-ending reset windows

+5
+5
.github/workflows/build-platform.yml
··· 119 119 mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-openssl mingw-w64-clang-x86_64-libsodium 120 120 mingw-w64-clang-x86_64-lld mingw-w64-clang-x86_64-nodejs git jq 121 121 122 + - name: Configure git line endings 123 + if: inputs.platform == 'windows-x64' 124 + run: git config --global core.autocrlf false 125 + shell: bash 126 + 122 127 - name: Checkout 123 128 uses: actions/checkout@v4 124 129 with: