Skip to content

Commit

Permalink
enable upterm to find issue with macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Dec 27, 2024
1 parent 269d268 commit 4903a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
run: brew install openssl
- name: install libffi
run: brew install libffi
# - name: setup upterm session for remote debugging
# uses: owenthereal/action-upterm@v1
- name: setup upterm session for remote debugging
uses: owenthereal/action-upterm@v1
- 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
NAT_BUILD_MODE: release
run: |
export GLOB=$(ruby spec/support/split_specs.rb 4 ${{ matrix.group }})
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
export GLOB=$(ruby spec/support/split_specs.rb 4 ${{ matrix.group }})
rake test
self-hosted:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 4903a2a

Please sign in to comment.