Skip to content

Commit 61d36c5

Browse files
ADFA-2840 Remove setup of Git LFS from workflow actions (#939)
Remove setup of Git LFS from workflow actions
1 parent 6de2b53 commit 61d36c5

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ jobs:
106106
107107
echo "Branch name length is valid ($BRANCH_LENGTH ≤ 80 characters)"
108108
109-
- name: Install Git LFS
110-
run: |
111-
sudo apt-get update
112-
sudo apt-get install -y git-lfs
113-
git lfs install
114-
git lfs pull
115-
116109
- name: Check if Nix is installed
117110
id: check_nix
118111
run: |

.github/workflows/instrumentation-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- name: Install and Configure Git LFS
48-
run: |
49-
sudo apt-get update
50-
sudo apt-get install -y git-lfs make
51-
git lfs install
52-
git lfs pull
53-
5447
- name: Initialize submodules
5548
run: |
5649
git submodule init

0 commit comments

Comments
 (0)