File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ jobs:
2828 steps :
2929 - name : Install dependencies
3030 # downloading old version of emscripten since 4.0.13 is broken
31+ # run: |
32+ # brew install ninja libpng
33+ # curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/9990c9ddd731e97581a3312ca0358b45b14d1cc6/Formula/e/emscripten.rb
34+ # FORMULA_DIR="$(brew --repository)/Library/Taps/wkjarosz/homebrew-emscripten-old/Formula/"
35+ # mkdir -p "$FORMULA_DIR"
36+ # mv ./emscripten.rb "$FORMULA_DIR"
37+ # brew install wkjarosz/emscripten-old/emscripten
3138 run : |
32- brew install ninja libpng
33- curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/9990c9ddd731e97581a3312ca0358b45b14d1cc6/Formula/e/emscripten.rb
34- FORMULA_DIR="$(brew --repository)/Library/Taps/wkjarosz/homebrew-emscripten-old/Formula/"
35- mkdir -p "$FORMULA_DIR"
36- mv ./emscripten.rb "$FORMULA_DIR"
37- brew install wkjarosz/emscripten-old/emscripten
39+ brew install ninja emscripten libpng
3840
3941 - uses : actions/checkout@v4
4042 with :
You can’t perform that action at this time.
0 commit comments