Skip to content

Commit edac038

Browse files
authored
Remove version specifier from brew swig logic (#1107)
1 parent 223cc32 commit edac038

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
cd ..
9595
echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV
9696
echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV
97-
brew install swig@4.2
97+
brew install swig
9898
9999
- name: Force Java 8 (macOS)
100100
shell: bash

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cd firebase-cpp-sdk
7878
python scripts/gha/install_prereqs_desktop.py
7979
cd ..
80-
brew install swig@4.2
80+
brew install swig
8181
8282
- name: Install python deps
8383
shell: bash

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cd firebase-cpp-sdk
8282
python scripts/gha/install_prereqs_desktop.py
8383
cd ..
84-
brew install swig@4.2
84+
brew install swig
8585
8686
- name: Install python deps
8787
shell: bash

.github/workflows/build_tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cd firebase-cpp-sdk
9999
python scripts/gha/install_prereqs_desktop.py
100100
cd ..
101-
brew install swig@4.2
101+
brew install swig
102102
103103
- name: Install python deps
104104
shell: bash

0 commit comments

Comments
 (0)