Skip to content

Commit

Permalink
Skip pkg-config install in macos
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 authored and ksh8281 committed Nov 26, 2024
1 parent c7623e4 commit 2042958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Packages
run: |
brew update
brew install ninja pkg-config icu4c
brew install ninja icu4c
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/es-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Packages
run: |
brew update
brew install ninja pkg-config icu4c
brew install ninja icu4c
- name: Build x64
env:
BUILD_OPTIONS: -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install Packages
run: |
brew update
brew install ninja pkg-config icu4c
brew install ninja icu4c
- name: Build arm64
env:
BUILD_OPTIONS: -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
Expand Down Expand Up @@ -92,7 +92,6 @@ jobs:
- name: Install Packages
run: |
brew update
brew install pkg-config
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 2042958

Please sign in to comment.