There was an error while loading. Please reload this page.
1 parent ed2c53f commit ed9e129Copy full SHA for ed9e129
1 file changed
.github/workflows/build.yml
@@ -34,6 +34,20 @@ jobs:
34
- name: Use Xcode 15
35
run: sudo xcode-select -switch /Applications/Xcode_15.2.app/Contents/Developer
36
37
+ - name: debug data
38
+ run: |
39
+ echo "understanding why jws is silly"
40
+ grep -r "formula.jws.json" $(brew --repo)
41
+ brew tap
42
+ echo complete understanding
43
+
44
+ brew doctor
45
+ brew config
46
47
+ brew install ffmpeg@7
48
+ ls $(brew --prefix ffmpeg@7)
49
50
51
- name: Install MacPorts
52
run: |
53
# install ports by defualt to /opt/local/bin
@@ -65,6 +79,8 @@ jobs:
65
79
brew update
66
80
brew install "${REQUIRED_PACKAGES[@]}"
67
81
82
83
68
84
- name: Install llvm-cx from macports
69
85
continue-on-error: true
70
86
0 commit comments