feat: remove use of lfs ()

This commit is contained in:
Baptiste Augrain 2021-10-17 02:20:08 +02:00 committed by GitHub
parent 962326e182
commit ca2dc5fcaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions
.gitattributes
.github/workflows

1
.gitattributes vendored
View file

@ -1 +0,0 @@
*.zip filter=lfs diff=lfs merge=lfs -text

View file

@ -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