Skip to content

Commit

Permalink
Use cargo for binstall install on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Jul 3, 2024
1 parent 6cce3be commit 6ba30e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clippy-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ jobs:
key: ${{ inputs.target }}
cache-all-crates: true
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'ubuntu-latest' || inputs.os == 'windows-latest'
uses: cargo-bins/cargo-binstall@main
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'macos-latest'
uses: cargo install cargo-binstall --force
- name: ๐Ÿ’พ Install (cargo-matrix) ๐Ÿ’พ
run: cargo binstall --no-confirm --no-symlinks --no-discover-github-token cargo-matrix --force
- name: ๐Ÿ”บ Update ๐Ÿ”บ
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ jobs:
key: ${{ inputs.target }}
cache-all-crates: true
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'ubuntu-latest' || inputs.os == 'windows-latest'
uses: cargo-bins/cargo-binstall@main
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'macos-latest'
uses: cargo install cargo-binstall --force
- name: ๐Ÿ’พ Install (llvm-cov) ๐Ÿ’พ
run: cargo binstall --no-confirm --no-symlinks cargo-llvm-cov --force
- name: ๐Ÿ’พ Install (cargo-matrix) ๐Ÿ’พ
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ jobs:
key: ${{ inputs.target }}
cache-all-crates: true
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'ubuntu-latest' || inputs.os == 'windows-latest'
uses: cargo-bins/cargo-binstall@main
- name: ๐Ÿ’พ Install (cargo-binstall) ๐Ÿ’พ
if: inputs.os == 'macos-latest'
uses: cargo install cargo-binstall --force
- name: ๐Ÿ’พ Install (cargo-matrix) ๐Ÿ’พ
run: cargo binstall --no-confirm --no-symlinks --no-discover-github-token cargo-matrix --force
- name: ๐Ÿ”บ Update ๐Ÿ”บ
Expand Down

0 comments on commit 6ba30e6

Please sign in to comment.