Skip to content

Commit ac126d4

Browse files
committed
Try fixing macOS CI.
1 parent 2e2707c commit ac126d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- name: configure
6666
run: ./configure --enable-debug --enable-maintainer --enable-sanitizer
6767
- name: make
68+
env:
69+
LD_SHARED_CACHE_ELIGIBLE: NO
6870
run: make
6971
- name: test
7072
run: make test || cat test/error_log*

0 commit comments

Comments
 (0)