Skip to content

fix: ios build issue with zlib #105

fix: ios build issue with zlib

fix: ios build issue with zlib #105

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Build
run: swift test