Skip to content

Commit 07e1faf

Browse files
fixup: try without --prefix
1 parent 8a9a3a6 commit 07e1faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ jobs:
12461246
(curl -L https://notmuchmail.org/releases/notmuch-$NOTMUCHVER.tar.gz | tar xz --wildcards --strip-components=1 -C /tmp/notmuch) \
12471247
|| (curl -L https://notmuchmail.org/releases/notmuch-$NOTMUCHVER.tar.xz | tar xJ --wildcards --strip-components=1 -C /tmp/notmuch)
12481248
fi
1249-
(cd /tmp/notmuch && ./configure --prefix=/usr --without-emacs --without-ruby && make)
1249+
(cd /tmp/notmuch && ./configure --without-emacs --without-ruby && make)
12501250
- name: install libnotmuch
12511251
run: |
12521252
(cd /tmp/notmuch && make install)

0 commit comments

Comments
 (0)