Skip to content

Commit

Permalink
update git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanakura committed Jan 14, 2025
1 parent 979a64e commit 9e9d477
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTFLAGS: '-C target-cpu=native'
with:
RUSTTARGET: ${{ matrix.target }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A flake for nix users is available [here](https://github.com/slotThe/emacs-lsp-b
Alternatively, you may build the target locally:

1. Setup [Rust toolchain](https://www.rust-lang.org/tools/install)
2. Run `cargo build --release`
2. Run `RUSTFLAGS='-C target-cpu=native' cargo build --release`
3. Find the built binary in `target/release/emacs-lsp-booster`

Then, put the `emacs-lsp-booster` binary in your $PATH (e.g. `~/.local/bin`).
Expand Down
1 change: 0 additions & 1 deletion src/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::collections::BTreeMap;
use std::str::FromStr;

use anyhow::{Result, bail};
use simd_json as json;
use smallvec::smallvec;


Expand Down

0 comments on commit 9e9d477

Please sign in to comment.