Skip to content

Commit

Permalink
Use PR branch as workaround in the CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jan 23, 2022
1 parent c79e4b0 commit f655fa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lewton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
- name: Run cmp tests
if: matrix.toolchain == '1.56.1'
run: |
cd dev/cmp
cargo test --verbose --release
sed -i.bak "/^vorb.*/d;s/#v/v/" dev/cmp/Cargo.toml
cargo update -p vorbis-sys:0.0.8
cargo test --verbose --release -p cmp
3 changes: 3 additions & 0 deletions dev/cmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ edition = "2015"
[dependencies]
lewton = { path = "../../" }
vorbis = "0.1"
# Workaround for test failure.
# Apply branch of this PR: https://github.com/tomaka/vorbis-rs/pull/20
#vorbis = { git = 'https://github.com/roderickvd/vorbis-rs', branch = 'fix-ub-panic' }
test-assets = "0.2"

0 comments on commit f655fa2

Please sign in to comment.