Skip to content

A bit more concision in the messages #69

A bit more concision in the messages

A bit more concision in the messages #69

Workflow file for this run

name: Build Rust
on: [push, pull_request]
jobs:
build:
name: Build Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/[email protected]
with:
rust-version: 1.58
- name: Build
run: cargo build