We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79e4b0 commit f655fa2Copy full SHA for f655fa2
.github/workflows/lewton.yml
@@ -33,5 +33,6 @@ jobs:
33
- name: Run cmp tests
34
if: matrix.toolchain == '1.56.1'
35
run: |
36
- cd dev/cmp
37
- cargo test --verbose --release
+ sed -i.bak "/^vorb.*/d;s/#v/v/" dev/cmp/Cargo.toml
+ cargo update -p vorbis-sys:0.0.8
38
+ cargo test --verbose --release -p cmp
dev/cmp/Cargo.toml
@@ -9,4 +9,7 @@ edition = "2015"
9
[dependencies]
10
lewton = { path = "../../" }
11
vorbis = "0.1"
12
+# Workaround for test failure.
13
+# Apply branch of this PR: https://github.com/tomaka/vorbis-rs/pull/20
14
+#vorbis = { git = 'https://github.com/roderickvd/vorbis-rs', branch = 'fix-ub-panic' }
15
test-assets = "0.2"
0 commit comments