Skip to content

Commit 1a9ca88

Browse files
committed
Use PR branch as workaround in the CI for now
1 parent c79e4b0 commit 1a9ca88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lewton.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Run cmp tests
3434
if: matrix.toolchain == '1.56.1'
3535
run: |
36-
cd dev/cmp
37-
cargo test --verbose --release
36+
sed -i.bak "/^vorb.*/d;s/#v/v/" dev/cmp/Cargo.toml
37+
cargo test --verbose --release -p cmp

dev/cmp/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ edition = "2015"
99
[dependencies]
1010
lewton = { path = "../../" }
1111
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' }
1215
test-assets = "0.2"

0 commit comments

Comments
 (0)