diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 2391a24705..7706efc91a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -106,13 +106,6 @@ jobs: echo "Branch name length is valid ($BRANCH_LENGTH ≤ 80 characters)" - - name: Install Git LFS - run: | - sudo apt-get update - sudo apt-get install -y git-lfs - git lfs install - git lfs pull - - name: Check if Nix is installed id: check_nix run: | diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 03ada4d416..f1c077aabe 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -44,13 +44,6 @@ jobs: with: fetch-depth: 0 - - name: Install and Configure Git LFS - run: | - sudo apt-get update - sudo apt-get install -y git-lfs make - git lfs install - git lfs pull - - name: Initialize submodules run: | git submodule init