Skip to content

build: add instructions for macOS #6

build: add instructions for macOS

build: add instructions for macOS #6

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build-linux:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-main-jammy
steps:
- uses: actions/checkout@v4
- run: apt-get update && apt-get install --no-install-recommends -y make llvm
- run: make