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