Skip to content

Commit 7b45ea6

Browse files
author
Roman Kisel
committed
fix workflow for macos
1 parent 1dbcf72 commit 7b45ea6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dxapi-python-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
python-version: ${{ matrix.py_v }}
206206
- name: Install SWIG
207207
run: |
208+
brew install pcre
208209
cd swigwin
209210
tar -xzvf swig-3.0.12.tar.gz
210211
cd swig-3.0.12

.github/workflows/dxapi-python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
python-version: ${{ matrix.py_v }}
240240
- name: Install SWIG
241241
run: |
242+
brew install pcre
242243
cd swigwin
243244
tar -xzvf swig-3.0.12.tar.gz
244245
cd swig-3.0.12

0 commit comments

Comments
 (0)