Skip to content

Commit 2ef726a

Browse files
authored
Merge pull request #132 from LebedevRI/develop
Fix CI
2 parents 366f150 + 20adc42 commit 2ef726a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
eatmydata apt clean
311311
rm -rf /var/lib/apt/lists/*
312312
- name: Install Rust toolchain and targets and crates
313-
timeout-minutes: 4
313+
timeout-minutes: 5
314314
run: |
315315
set -xe
316316
RUST_COMPONENTS=""

src/common/bit_manip/bit_manip/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use rawspeed_common_generic_num::generic_num::common::Bitwidth as _;
2-
31
use super::*;
42

53
#[test]

0 commit comments

Comments
 (0)