Skip to content

Commit 285fa7e

Browse files
author
bghira
committed
fix ubuntu 22 again
1 parent 139c5e4 commit 285fa7e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
key: opencv-static-4.12.0-no-itt-linux-${{ matrix.os }}-${{ runner.arch }}-${{ matrix.manylinux }}
3737

3838
- name: Install build dependencies
39+
env:
40+
DEBIAN_FRONTEND: noninteractive
41+
NEEDRESTART_MODE: a
3942
run: |
40-
# Disable interactive prompts
41-
export DEBIAN_FRONTEND=noninteractive
42-
export NEEDRESTART_MODE=a
43-
4443
sudo apt-get update
4544
# Install LLVM for opencv-rust bindings codegen (no need for system OpenCV anymore)
4645
sudo apt-get install -y clang libclang-dev llvm-dev cmake curl wget software-properties-common

0 commit comments

Comments
 (0)