Skip to content

Commit eeecaaa

Browse files
committed
Remove option --disable-dependency-tracking from configure in GitHub Actions CI
1 parent 7490efa commit eeecaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci4sqlite3mc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Configure
2525
run: |
2626
autoreconf
27-
./configure --disable-dependency-tracking
27+
./configure
2828
- name: Build
2929
run: |
3030
make

0 commit comments

Comments
 (0)