From 83be63f1726f57dde55e4b5688edb1c2f17f6c27 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Wed, 27 Jul 2022 11:05:32 +0200 Subject: [PATCH] Remove lfs from CI --- .github/workflows/build.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97f233b9..9f503aa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - lfs: true - - name: Fetch LFS objects - run: git lfs checkout - name: Set up dependencies run: | sudo apt-get update && \ @@ -114,9 +111,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - lfs: true - - name: Fetch LFS objects - run: git lfs checkout - name: Create Build Environment shell: bash working-directory: ${{runner.workspace}} @@ -233,9 +227,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - lfs: true - - name: Fetch LFS objects - run: git lfs checkout - name: Create Build Environment working-directory: ${{runner.workspace}} run: cmake -E make_directory build @@ -348,9 +339,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - lfs: true - - name: Fetch LFS objects - run: git lfs checkout - name: Build with GNU make shell: bash run: make -C "$GITHUB_WORKSPACE" -f generic.mk -j2 @@ -386,9 +374,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - lfs: true - - name: Fetch LFS objects - run: git lfs checkout - name: Set up dependencies run: | sudo apt-get update && \