Merge pull request #4262 from git-lfs/default-hash-sha256-test

workflows/ci: build latest Git with SHA-256
This commit is contained in:
brian m. carlson 2020-09-28 16:38:44 +00:00 committed by GitHub
commit daec51d18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: git clone -b master https://github.com/git/git.git "$HOME/git" - run: git clone -b master https://github.com/git/git.git "$HOME/git"
- run: script/build-git "$HOME/git" - run: script/build-git "$HOME/git"
- run: script/cibuild - run: GIT_DEFAULT_HASH=sha256 script/cibuild
build-earliest: build-earliest:
name: Build with earliest Git name: Build with earliest Git
strategy: strategy: