Github Actions: Work around macos codesigning

We can't use gettext and we won't use system pcre2.
This commit is contained in:
Fabian Homborg 2020-06-18 17:27:07 +02:00
parent 89622eb6f3
commit 56a9e698d0

View file

@ -36,12 +36,12 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install deps - name: Install deps
run: | run: |
brew install pcre2 python3 brew install python3
sudo pip3 install pexpect sudo pip3 install pexpect
- name: cmake - name: cmake
run: | run: |
mkdir build && cd build mkdir build && cd build
cmake .. cmake -DWITH_GETTEXT=NO ..
- name: make - name: make
run: | run: |
make make