Skip to content

Commit

Permalink
ci: fix macOS build for latest Kakoune
Browse files Browse the repository at this point in the history
For some reason this failed on a cache hit, because "make install"
will rebuild kak.opt (not sure why exactly).
  • Loading branch information
krobelus authored and Tobias Pisani committed Dec 15, 2021
1 parent 8608f34 commit ca1d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
else
make -j$([ "${{ matrix.os }}" = "macos-latest" ] && sysctl -n hw.logicalcpu || nproc)
fi
sudo make install
sudo --preserve-env=CXX make install
- name: Install gopls
run: |
Expand Down

0 comments on commit ca1d780

Please sign in to comment.