Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit ed9e129

Browse files
authored
Add debug step in build.yml for troubleshooting
Added debug step to build workflow for troubleshooting.
1 parent ed2c53f commit ed9e129

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ jobs:
3434
- name: Use Xcode 15
3535
run: sudo xcode-select -switch /Applications/Xcode_15.2.app/Contents/Developer
3636

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+
3751
- name: Install MacPorts
3852
run: |
3953
# install ports by defualt to /opt/local/bin
@@ -65,6 +79,8 @@ jobs:
6579
brew update
6680
brew install "${REQUIRED_PACKAGES[@]}"
6781
82+
83+
6884
- name: Install llvm-cx from macports
6985
continue-on-error: true
7086
run: |

0 commit comments

Comments
 (0)