Skip to content

Commit

Permalink
Don't checkout LFS files when not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Feb 24, 2024
1 parent 5ac5cf1 commit 00808b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest

env:
GIT_LFS_SKIP_SMUDGE: 1
WERROR: ON

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-mkvk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

runs-on: ${{ matrix.os }}
env:
GIT_LFS_SKIP_SMUDGE: 1
BUILD_DIR: "build"
WERROR: ON

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run:
shell: bash
env:
GIT_LFS_SKIP_SMUDGE: 1
WERROR: ON

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-pyktx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ on:
# - 'v[0-9]+\.[0-9]+\.[0-9]+-*'

env:
GIT_LFS_SKIP_SMUDGE: 1
INPUT_PRERELEASE: ${{ inputs.prerelease }}

jobs:
Expand Down

0 comments on commit 00808b6

Please sign in to comment.