Skip to content

Commit 72b0bc2

Browse files
committed
fix(workflow): add g++ to linux-musl x86_64 and arm64 dependency installation
1 parent 5818a26 commit 72b0bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: linux-musl x86_64 install dependencies
9090
if: contains(matrix.name, 'linux-musl') && matrix.arch == 'x86_64'
91-
run: apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers
91+
run: apk update && apk add --no-cache git gcc g++ make sqlite musl-dev linux-headers
9292

9393
- uses: actions/[email protected]
9494
with:
@@ -155,7 +155,7 @@ jobs:
155155
-w /workspace \
156156
alpine:latest \
157157
tail -f /dev/null
158-
docker exec alpine sh -c "apk update && apk add --no-cache gcc make sqlite musl-dev linux-headers"
158+
docker exec alpine sh -c "apk update && apk add --no-cache gcc g++ make sqlite musl-dev linux-headers"
159159
160160
- name: linux install opencl
161161
if: matrix.name == 'linux-gpu'

0 commit comments

Comments
 (0)