File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 46
46
- name : Install Packages
47
47
run : |
48
48
brew update
49
- brew install ninja pkg-config icu4c
49
+ brew install ninja icu4c
50
50
- name : Set up JDK
51
51
uses : actions/setup-java@v4.1.0
52
52
with :
Original file line number Diff line number Diff line change 34
34
- name : Install Packages
35
35
run : |
36
36
brew update
37
- brew install ninja pkg-config icu4c
37
+ brew install ninja icu4c
38
38
- name : Build x64
39
39
env :
40
40
BUILD_OPTIONS : -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
61
61
- name : Install Packages
62
62
run : |
63
63
brew update
64
- brew install ninja pkg-config icu4c
64
+ brew install ninja icu4c
65
65
- name : Build arm64
66
66
env :
67
67
BUILD_OPTIONS : -DESCARGOT_WASM=ON -DESCARGOT_TEMPORAL=ON -DESCARGOT_TCO=ON -DESCARGOT_TEST=ON -DESCARGOT_OUTPUT=shell -GNinja
92
92
- name : Install Packages
93
93
run : |
94
94
brew update
95
- brew install pkg-config
96
95
- name : Set up JDK
97
96
uses : actions/setup-java@v4.1.0
98
97
with :
You can’t perform that action at this time.
0 commit comments