Skip to content

Commit 1c9bb83

Browse files
committed
install linux headers
1 parent 92e353b commit 1c9bb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/opencv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:8 }
5555
- { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:8 }
5656
- { os: alpine.3.15, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.15 }
57-
# - { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 }
57+
- { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 }
5858
- { os: alpine.3.19, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.19 }
59-
# - { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
59+
- { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
6060
- { os: android, arch: arm64, runs-on: ubuntu-22.04 }
6161
- { os: android, arch: x64, runs-on: ubuntu-22.04 }
6262
# Uncomment the following lines to enable additional platforms(but not necessary for OpenCVSharp):
@@ -136,7 +136,7 @@ jobs:
136136
script=$(
137137
cat <<'EOS'
138138
set -eux
139-
apk add --no-cache build-base cmake nasm
139+
apk add --no-cache build-base cmake nasm linux-headers
140140
EOS
141141
)
142142
fi

0 commit comments

Comments
 (0)