We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9a3a6 commit 07e1fafCopy full SHA for 07e1faf
.github/workflows/haskell-ci.yml
@@ -1246,7 +1246,7 @@ jobs:
1246
(curl -L https://notmuchmail.org/releases/notmuch-$NOTMUCHVER.tar.gz | tar xz --wildcards --strip-components=1 -C /tmp/notmuch) \
1247
|| (curl -L https://notmuchmail.org/releases/notmuch-$NOTMUCHVER.tar.xz | tar xJ --wildcards --strip-components=1 -C /tmp/notmuch)
1248
fi
1249
- (cd /tmp/notmuch && ./configure --prefix=/usr --without-emacs --without-ruby && make)
+ (cd /tmp/notmuch && ./configure --without-emacs --without-ruby && make)
1250
- name: install libnotmuch
1251
run: |
1252
(cd /tmp/notmuch && make install)
0 commit comments