Skip to content

Commit a9e1bea

Browse files
authored
[CI] Update emscripten on macOS (#19269)
try to update emscripten
1 parent cbea050 commit a9e1bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/osx-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,10 @@ jobs:
175175
176176
- name: Install homebrew dependencies
177177
run: |
178+
brew update
178179
brew install xcodegen make libtool zlib autoconf automake ninja emscripten
179180
export PATH=${HOME}/Applications/CMake/3.15.7/bin:$PATH:/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin
181+
emcc --version
180182
cmake --version
181183
bazel --version
182184

0 commit comments

Comments
 (0)