Sfoglia il codice sorgente

feat: remove use of lfs (#881)

Baptiste Augrain 3 anni fa
parent
commit
ca2dc5fcaf
2 ha cambiato i file con 1 aggiunte e 8 eliminazioni
  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