Skip to content

Bump clap from 4.5.16 to 4.5.20 #45

Bump clap from 4.5.16 to 4.5.20

Bump clap from 4.5.16 to 4.5.20 #45

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: actions/upload-artifact@v3
with:
name: lila-pwned
path: target/release/lila-pwned