Skip to content

Download x86-64 binaries on macOS ARM if no ARM binary is available #150

Download x86-64 binaries on macOS ARM if no ARM binary is available

Download x86-64 binaries on macOS ARM if no ARM binary is available #150

Workflow file for this run

name: Security audit - on push
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/audit@v1