Skip to content

Commit

Permalink
Remove option --disable-dependency-tracking from configure in GitHub …
Browse files Browse the repository at this point in the history
…Actions CI
  • Loading branch information
utelle committed Dec 28, 2020
1 parent 7490efa commit eeecaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci4sqlite3mc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Configure
run: |
autoreconf
./configure --disable-dependency-tracking
./configure
- name: Build
run: |
make
Expand Down

0 comments on commit eeecaaa

Please sign in to comment.