Skip to content

Update dependency @asciidoctor/core to v3 - autoclosed #161

Update dependency @asciidoctor/core to v3 - autoclosed

Update dependency @asciidoctor/core to v3 - autoclosed #161

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
toolchain: stable
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: build
args: --release
env:
RUSTFLAGS: "--cfg tracing_unstable"