From 0790f5ce6bb4afd14cf7d604c3093931b461d296 Mon Sep 17 00:00:00 2001 From: DmitriySalnikov Date: Fri, 19 Jan 2024 19:51:39 +0300 Subject: [PATCH] Removed lfs flags --- .github/workflows/gdextension_build.yml | 8 -------- .github/workflows/util_update_libs.yml | 4 +--- .github/workflows/web_deploy.yml | 7 ------- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/gdextension_build.yml b/.github/workflows/gdextension_build.yml index 3a1d7e42..90ab6dee 100644 --- a/.github/workflows/gdextension_build.yml +++ b/.github/workflows/gdextension_build.yml @@ -46,7 +46,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Compile GDExtension @@ -77,7 +76,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Compile GDExtension @@ -108,7 +106,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Compile GDExtension @@ -139,7 +136,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Install Android NDK r23c @@ -193,7 +189,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Download Emscripten @@ -236,7 +231,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # https://github.com/actions/download-artifact/issues/249 - name: Download Binaries uses: actions/download-artifact@v4 with: @@ -296,8 +290,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - lfs: true - name: Delete old libs folder shell: bash diff --git a/.github/workflows/util_update_libs.yml b/.github/workflows/util_update_libs.yml index f184b014..9ae939ff 100644 --- a/.github/workflows/util_update_libs.yml +++ b/.github/workflows/util_update_libs.yml @@ -16,9 +16,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - lfs: true - + - name: Download GDExtension Binaries uses: dawidd6/action-download-artifact@v3 with: diff --git a/.github/workflows/web_deploy.yml b/.github/workflows/web_deploy.yml index 7bfdb91f..fc53b5d3 100644 --- a/.github/workflows/web_deploy.yml +++ b/.github/workflows/web_deploy.yml @@ -159,7 +159,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Download Emscripten @@ -197,7 +196,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true submodules: recursive - name: Restore doxygen directory @@ -272,8 +270,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - lfs: true - name: Setup Godot uses: ./.github/actions/setup_godot @@ -380,7 +376,6 @@ jobs: ref: ${{env.PAGES_BRANCH}} # MUST BE A SUFFICIENT VALUE TO BE ABLE TO RESET TO THE INITIAL COMMIT fetch-depth: 4 - lfs: true - name: Clean unused folders if: env.DEV_DEPLOY == 'false' @@ -641,7 +636,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{env.PAGES_BRANCH}} - lfs: true - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: @@ -665,7 +659,6 @@ jobs: ref: ${{env.PAGES_BRANCH}} # MUST BE A SUFFICIENT VALUE TO BE ABLE TO RESET TO THE INITIAL COMMIT fetch-depth: 4 - lfs: true - name: Reset and push shell: bash