add .gitattributes, minor github workflows change

main
Nathan Franke 4 years ago
parent 3b3e222c14
commit eabb96e69c
No known key found for this signature in database
GPG Key ID: 082B90CF10A5B648

2
.gitattributes vendored

@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

@ -116,7 +116,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
# TODO: Cache doesn't work yet. SCons rebuilds the objects even if they already exist. Could be caused by modification dates. # TODO: Cache doesn't work yet. SCons rebuilds the objects even if they already exist. Could be caused by modification dates or extension_api.json.
# fetch-depth: 0 May be needed for cache. See: <https://github.com/actions/checkout/issues/468>. # fetch-depth: 0 May be needed for cache. See: <https://github.com/actions/checkout/issues/468>.
# - name: Set up SCons cache # - name: Set up SCons cache
# uses: actions/cache@v3 # uses: actions/cache@v3

Loading…
Cancel
Save