Skip to content

Commit

Permalink
fix scoop, update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
meop committed Sep 27, 2024
1 parent d77a956 commit 0296118
Show file tree
Hide file tree
Showing 13 changed files with 775 additions and 483 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
run: rustup target add ${{ matrix.target }}

- name: Cargo build release
# specifying --target is required for Rust linker
# when cross compiling, static linking, building stdlib from source, etc
# https://github.com/rust-lang/rust/issues/78210
run: cargo build --release --target=${{ matrix.target }}

- name: Rename binary
Expand Down
Loading

0 comments on commit 0296118

Please sign in to comment.