Skip to content

Commit

Permalink
Bump cargo bench nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Feb 11, 2024
1 parent 5cfc42a commit 37315bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-02-16
toolchain: nightly-2024-01-16
override: false
- name: Packages
run: sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run example tests
run: cargo test --verbose --examples
- name: Build benches
run: cargo +nightly-2023-02-16 bench --verbose --features=bench --no-run
run: cargo +nightly-2024-01-16 bench --verbose --features=bench --no-run
- name: Build examples
run: cargo build --examples --verbose --features=serde,library

Expand Down

0 comments on commit 37315bf

Please sign in to comment.