From eabb96e69cfba93fa02559a63e9fdcd544cf7452 Mon Sep 17 00:00:00 2001 From: Nathan Franke Date: Fri, 17 Jun 2022 13:38:09 -0500 Subject: [PATCH] add .gitattributes, minor github workflows change --- .gitattributes | 2 ++ .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f99d972..bdb6a00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: with: 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: . # - name: Set up SCons cache # uses: actions/cache@v3