We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de2b53 commit 61d36c5Copy full SHA for 61d36c5
.github/workflows/debug.yml
@@ -106,13 +106,6 @@ jobs:
106
107
echo "Branch name length is valid ($BRANCH_LENGTH ≤ 80 characters)"
108
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
-
116
- name: Check if Nix is installed
117
id: check_nix
118
run: |
.github/workflows/instrumentation-test.yml
@@ -44,13 +44,6 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
- - name: Install and Configure Git LFS
48
49
50
- sudo apt-get install -y git-lfs make
51
52
53
54
- name: Initialize submodules
55
56
git submodule init
0 commit comments