Skip to content

use just all

use just all #4

Workflow file for this run

name: Build Tools
on:
push:
branches:
- oz/ci
jobs:
build-mac:
runs-on: macos-latest
env:
TAG: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- name: Install just
run: brew install just
- name: Prepare and build
run: just all
# - name: Build
# run: just package