Skip to content

impl-posix: Silenced an useless log. #456

impl-posix: Silenced an useless log.

impl-posix: Silenced an useless log. #456

Workflow file for this run

name: Checks (Darwin)
on: [push, pull_request]
jobs:
build-all:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.13'
- name: Setup Build Environment
run: ./ck tools setup && ./ck tools doctor
- name: Build Libraries (Host)
run: ./ck builder build
- name: Test Libraries (Host)
run: ./ck builder test