Skip to content

Update to 2023.12000 #79

Update to 2023.12000

Update to 2023.12000 #79

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
name: Build
strategy:
matrix:
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --exclude=python-chop --exclude=td-rs-derive-py
# - uses: actions-rs/cargo@v1
# with:
# command: xtask
# args: build cpu-memory-top
# - name: Check `cargo fmt` was run
# run: |
# cd protocol_codegen
# cargo fmt -- --check