Skip to content

update SocketAddress to 0.1.0 #99

update SocketAddress to 0.1.0

update SocketAddress to 0.1.0 #99

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-24.04
container: swift:6.0
steps:
- name: Packages
run: |
apt-get update
apt-get install -y liburing-dev
- name: Checkout
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
run: swift build --build-tests