Skip to content

chore: Release pdb-addr2line version 0.11.1 #81

chore: Release pdb-addr2line version 0.11.1

chore: Release pdb-addr2line version 0.11.1 #81

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --verbose