Skip to content

Fix Bug: .NetFramework 4.8 ClientWebSocket cann't connect WsSession #70

Fix Bug: .NetFramework 4.8 ClientWebSocket cann't connect WsSession

Fix Bug: .NetFramework 4.8 ClientWebSocket cann't connect WsSession #70

Workflow file for this run

name: MacOS
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: "Setup python"
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: "Setup cmake"
run: cmake --version
- name: "Setup gil"
run: |
pip3 install gil
gil update
- name: "Build"
run: |
cd build
./unix.sh