From ca2dc5fcaf4a517edacfefffad777a8e35dbae7a Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 17 Oct 2021 02:20:08 +0200 Subject: [PATCH] feat: remove use of lfs (#881) --- .gitattributes | 1 - .github/workflows/windows.yml | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 486a232..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.zip filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4365493..2b2271c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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