Skip to content

Commit fc898d0

Browse files
committed
Update ci-emscripten.yml
1 parent a6d4227 commit fc898d0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)