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 2863f0e commit 4d022da
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);
panic!("{:?}", out.stderr);

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

Expand Down

0 comments on commit 4d022da

Please sign in to comment.