Maximilian Ammann 7b41971b67 Fix install
2022-10-23 12:35:28 +02:00

12 lines
250 B
YAML

name: setup-binstall
description: Setup binstall
runs:
using: "composite"
steps:
- name: Install binstall
shell: bash
run: |
# Install with debug profile -> faster compilation
cargo install --debug cargo-binstall