Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Nov 30, 2023
1 parent dd6712f commit 8e2181a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ jobs:
toolchain: stable
override: true

- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn main() {
println!("cargo:rustc-link-search=native={}", link_path);
println!(
"cargo:rustc-link-lib{}=static={}",
additional_args, LIB_NAME
additional_args, TARGET_NAME
);

// extract resources
Expand Down

0 comments on commit 8e2181a

Please sign in to comment.