mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Github Actions: Work around macos codesigning
We can't use gettext and we won't use system pcre2.
This commit is contained in:
parent
89622eb6f3
commit
56a9e698d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -36,12 +36,12 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: |
|
||||
brew install pcre2 python3
|
||||
brew install python3
|
||||
sudo pip3 install pexpect
|
||||
- name: cmake
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
cmake -DWITH_GETTEXT=NO ..
|
||||
- name: make
|
||||
run: |
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue