mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
12 lines
250 B
YAML
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
|