소스 검색

feat: remove use of lfs (#881)

Baptiste Augrain 3 년 전
부모
커밋
ca2dc5fcaf
2개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 1
      .gitattributes
  2. 1 7
      .github/workflows/windows.yml

+ 0 - 1
.gitattributes

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

+ 1 - 7
.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