Skip to content

chore(deps): update peaceiris/actions-mdbook action to v2 (#253) #536

chore(deps): update peaceiris/actions-mdbook action to v2 (#253)

chore(deps): update peaceiris/actions-mdbook action to v2 (#253) #536

Workflow file for this run

name: Build ichiyoAI
on:
push:
branches:
- main
- 'release/v*.*.*'
pull_request:
branches:
- main
- 'release/v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
name: Build ichiyoAI
steps:
- name: Checkout branch
uses: actions/checkout@v4
- uses: mkroening/rust-toolchain-toml@main
- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "ichiyo-ai/gh-actions-cache"
- name: Run Build
run: cargo build --verbose