Skip to content

Commit c3e5e99

Browse files
committed
Fix whitespace issues
1 parent 5011687 commit c3e5e99

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- name: Clone
1616
id: checkout
1717
uses: actions/checkout@v4
18-
- name: Initialize submodules # <-- ADD THIS STEP
19-
run: |
20-
git submodule update --init --recursive
2118

2219
- name: Dependencies
2320
id: depends

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ setup: # Initialize and configure all dependencies (submodules, patches, etc.)
104104
git submodule update --init stable-diffusion.cpp; \
105105
fi
106106
@echo "Applying stable-diffusion.cpp patches..."
107-
@export TMPDIR=$$(pwd)/o/tmp && ./stable-diffusion.cpp.patches/apply-patches.sh
107+
@export TMPDIR=$$(pwd)/o/tmp && ./stable-diffusion.cpp.patches/apply-patches.sh
108108

109109
@if [ ! -f llama.cpp/.git ]; then \
110-
echo "Initializing llama.cpp submodule..."; \
111-
git submodule update --init llama.cpp; \
112-
fi
110+
echo "Initializing llama.cpp submodule..."; \
111+
git submodule update --init llama.cpp; \
112+
fi
113113
@echo "Applying llama.cpp patches..."
114114
@export TMPDIR=$$(pwd)/o/tmp && ./llama.cpp.patches/apply-patches.sh
115115
@echo "Setup complete!"

0 commit comments

Comments
 (0)