Skip to content

Commit

Permalink
Debug macos CI with upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Nov 14, 2024
1 parent 5fb4110 commit c674508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: brew install openssl
- name: install libffi
run: brew install libffi
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: seven1m
wait-timeout-minutes: 5
- name: test with clang on macOS
env:
PKG_CONFIG_PATH: /usr/local/opt/openssl@3/lib/pkgconfig:/opt/homebrew/opt/openssl@3/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/opt/homebrew/opt/libffi/lib/pkgconfig
Expand Down

0 comments on commit c674508

Please sign in to comment.