Skip to content

Updated to the latest bindings #4

Updated to the latest bindings

Updated to the latest bindings #4

Workflow file for this run

name: Build and test the package
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test