Skip to content

Fix error when default toolchain is not set #24

Fix error when default toolchain is not set

Fix error when default toolchain is not set #24

Workflow file for this run

on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- run: cargo build