Skip to content

basic pest grammar #257

basic pest grammar

basic pest grammar #257

Workflow file for this run

name: windows_x86
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
windows_x86:
name: Windows x86_64 Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-pc-windows-gnu
override: true
- run: cargo build
- run: cargo build --features tokio,io
- run: cargo build --features tokio
- run: cargo build --features async-std