-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: HyukWoo Park <[email protected]>
- Loading branch information
1 parent
c7623e4
commit 2042958
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -92,7 +92,6 @@ jobs: | |
- name: Install Packages | ||
run: | | ||
brew update | ||
brew install pkg-config | ||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
|