Skip to content

chore: fix CI and bump to v0.1.1 (#1158) #2953

chore: fix CI and bump to v0.1.1 (#1158)

chore: fix CI and bump to v0.1.1 (#1158) #2953

Workflow file for this run

name: Build Workspace
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
lint:
name: Build
runs-on:
- runs-on=${{ github.run_id }}
- runner=8cpu-linux-x64
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Run build
run: |
cargo build --verbose