Skip to content

Fix a small typo in coreutils_core/Cargo.toml #445

Fix a small typo in coreutils_core/Cargo.toml

Fix a small typo in coreutils_core/Cargo.toml #445

Workflow file for this run

name: DragonflyBSD
on: [push, pull_request]
jobs:
check:
name: DragonflyBSD
runs-on: ubuntu-latest
strategy:
matrix:
rust: [nightly]
# rust: [1.46.0, stable]
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- name: Setup TOML
run: cp DragonflyBSD.toml Cargo.toml
- name: Check DragonflyBSD
run: cargo check --target x86_64-unknown-dragonfly -Z build-std