feat: remove use of lfs (#881)
This commit is contained in:
parent
962326e182
commit
ca2dc5fcaf
2 changed files with 1 additions and 8 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
*.zip filter=lfs diff=lfs merge=lfs -text
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -23,13 +23,7 @@ jobs:
|
|||
vscode_arch: [x64, ia32, arm64]
|
||||
|
||||
steps:
|
||||
- name: Checkout github repo (+ download lfs dependencies)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Checkout LFS objects
|
||||
run: git lfs checkout
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue