Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/instrumentation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down