Skip to content

Commit a91080a

Browse files
committed
Skip pkg-config install in macos
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
1 parent b2003ef commit a91080a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Packages
4747
run: |
4848
brew update
49-
brew install ninja pkg-config icu4c
49+
brew install ninja icu4c
5050
- name: Set up JDK
5151
uses: actions/setup-java@v4.1.0
5252
with:

.github/workflows/es-actions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Packages
3535
run: |
3636
brew update
37-
brew install ninja pkg-config icu4c
37+
brew install ninja icu4c
3838
- name: Build x64
3939
env:
4040
BUILD_OPTIONS: -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Packages
6262
run: |
6363
brew update
64-
brew install ninja pkg-config icu4c
64+
brew install ninja icu4c
6565
- name: Build arm64
6666
env:
6767
BUILD_OPTIONS: -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
@@ -92,7 +92,6 @@ jobs:
9292
- name: Install Packages
9393
run: |
9494
brew update
95-
brew install pkg-config
9695
- name: Set up JDK
9796
uses: actions/setup-java@v4.1.0
9897
with:

0 commit comments

Comments
 (0)