Skip to content

Commit

Permalink
chore: debug on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Nov 25, 2024
1 parent 4d022da commit 98677e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libwebrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ fn compile_openal() -> anyhow::Result<()> {
.output()
.unwrap();

panic!("{:?}", out.stderr);
panic!("{:?}", String::from_utf8(out.stderr));

fs::create_dir_all(&openal_path).unwrap();

Expand Down

0 comments on commit 98677e2

Please sign in to comment.