Skip to content

Commit 03a5a04

Browse files
committed
rm unused subdir
1 parent d952e8e commit 03a5a04

File tree

15 files changed

+3
-3
lines changed

15 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ jobs:
207207
# --without-libgsasl \
208208
209209
cd ..
210-
mkdir -p network/curl/${{ matrix.name }}
211-
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
210+
mkdir -p curl/${{ matrix.name }}
211+
mv $folder/lib/.libs/libcurl.a curl/${{ matrix.name }}
212212
213213
- name: build sqlite-sync
214214
run: make ${{ matrix.make && matrix.make || ''}}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VPATH = $(SRC_DIR):$(SQLITE_DIR):$(TEST_DIR)
2929
BUILD_RELEASE = build/release
3030
BUILD_TEST = build/test
3131
BUILD_DIRS = $(BUILD_TEST) $(BUILD_RELEASE)
32-
CURL_DIR = network/curl
32+
CURL_DIR = curl
3333
COV_DIR = coverage
3434
CUSTOM_CSS = $(TEST_DIR)/sqliteai.css
3535

File renamed without changes.

0 commit comments

Comments
 (0)