Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 14, 2024
1 parent 6668355 commit 3da85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn glibc_detectors() -> Vec<(&'static str, &'static [u8])> {
include_bytes!("../linux-glibc-detectors/bin/linux-glibc-detector-ppc64le").as_slice(),

Check failure on line 48 in src/lib.rs

View workflow job for this annotation

GitHub Actions / powerpc64-unknown-linux-gnu

couldn't read src/../linux-glibc-detectors/bin/linux-glibc-detector-ppc64le: No such file or directory (os error 2)

Check failure on line 48 in src/lib.rs

View workflow job for this annotation

GitHub Actions / powerpc64le-unknown-linux-gnu

couldn't read src/../linux-glibc-detectors/bin/linux-glibc-detector-ppc64le: No such file or directory (os error 2)
));
}

detectors
}

Expand Down

0 comments on commit 3da85c0

Please sign in to comment.