Skip to content

Commit

Permalink
workaround for GIT_CLONE_PROTECTION_ACTIVE
Browse files Browse the repository at this point in the history
Github CI is currently broken when we have a git lfs clone due to
actions/runner-images#9883. Temporarily work
around this
  • Loading branch information
mikeage committed May 24, 2024
1 parent 010cd1f commit 180b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ jobs:
- name: Build project
uses: Wandalen/wretry.action@v3
env:
GIT_CLONE_PROTECTION_ACTIVE: false
VERSION: ${{ needs.configuration.outputs.version}}
UNITY_EMAIL: ${{ fromJSON(format('["[email protected]", "{0}"]', vars.UNITY_EMAIL))[secrets.UNITY_SERIAL != null] }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
Expand Down

0 comments on commit 180b625

Please sign in to comment.