Skip to content

Commit

Permalink
introduce cargo-bininstall
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 17, 2024
1 parent e718d89 commit 070c085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ jobs:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}

- name: Setup Rust (1/2)
- name: Setup Rust (1/3) (toolchain)
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Setup Rust (2/2)
- name: Setup Rust (2/3) (bininstall)
uses: cargo-bins/cargo-binstall@main

- name: Setup Rust (3/3)
run: |
cargo bininstall --no-confirm cross
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totebag"
version = "0.1.8"
version = "0.1.9"
description = "A tool for archiving files and directories and extracting several archive formats."
repository = "https://github.com/tamada/totebag"
readme = "README.md"
Expand Down

0 comments on commit 070c085

Please sign in to comment.