Skip to content

Bump clap from 4.5.6 to 4.5.16 #74

Bump clap from 4.5.6 to 4.5.16

Bump clap from 4.5.6 to 4.5.16 #74

Workflow file for this run

name: indev
on: push
jobs:
indev:
strategy:
matrix:
os:
- ubuntu-20.04
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: target/debug/plutonium-updater*