Skip to content

Fix builder API url (was pointing to gregc's repo after Process debug… #166

Fix builder API url (was pointing to gregc's repo after Process debug…

Fix builder API url (was pointing to gregc's repo after Process debug… #166

Workflow file for this run

name: Build Linux
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: swift:5.10.0
steps:
- name: Swift version
run: swift --version
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build