Skip to content

Streams: BLEL2CAPInputStreamProxy: disconnect peripheral when L2CAP c… #45

Streams: BLEL2CAPInputStreamProxy: disconnect peripheral when L2CAP c…

Streams: BLEL2CAPInputStreamProxy: disconnect peripheral when L2CAP c… #45

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.7"]
steps:
- uses: actions/checkout@v2
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- name: Build
run: swift build
#- name: Run tests
# run: swift test