Skip to content

Commit

Permalink
[TMP]: Debug osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 14, 2024
1 parent 9a9f215 commit e8e4aee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,23 @@ jobs:
- name: Make
run: |
make
- name: Setup debug env
if: always()
run: |
brew install \
busted \
cargo-edit \
libxslt \
luacheck \
stylua \
taplo \
typos-cli
./configure \
--enable-developer-mode \
--with-system-lua-sources
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: always()
with:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5

0 comments on commit e8e4aee

Please sign in to comment.