Skip to content

chore: use not broken rust toolchain #11

chore: use not broken rust toolchain

chore: use not broken rust toolchain #11

Workflow file for this run

name: Rust Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-15
override: true
- name: Build
working-directory: ./rust
run: cargo check --verbose