Skip to content

Commit 0c44a3d

Browse files
authored
[CI] Install Swig on Mac (cyberbotics#6590)
* [ci] install swig on mac * rerun ci * test backing out all changes * Revert "test backing out all changes" This reverts commit 06a6394.
1 parent 3c9940d commit 0c44a3d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_suite_mac.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
fetch-depth: 15
4343
- name: Install Webots Compilation Dependencies
4444
run: |
45-
# swig wget and cmake are already installed
45+
# wget and cmake are already installed
4646
pip install setuptools
4747
npm install -g appdmg
48+
brew install swig
4849
- name: Set Commit SHA in Version
4950
if: ${{ github.event_name == 'schedule' }}
5051
run: python scripts/packaging/set_commit_and_date_in_version.py $(git log -1 --format='%H')

.github/workflows/test_suite_mac_develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
ref: develop
3939
- name: Install Webots Compilation Dependencies
4040
run: |
41-
# swig wget and cmake are already installed
41+
# wget and cmake are already installed
4242
pip install setuptools
4343
npm install -g appdmg
44+
brew install swig
4445
- name: Set Commit SHA in Version
4546
if: ${{ github.event_name == 'schedule' }}
4647
run: python scripts/packaging/set_commit_and_date_in_version.py $(git log -1 --format='%H')

0 commit comments

Comments
 (0)