We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5818a26 commit 72b0bc2Copy full SHA for 72b0bc2
.github/workflows/main.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: linux-musl x86_64 install dependencies
90
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
+ run: apk update && apk add --no-cache git gcc g++ make sqlite musl-dev linux-headers
92
93
- uses: actions/[email protected]
94
with:
@@ -155,7 +155,7 @@ jobs:
155
-w /workspace \
156
alpine:latest \
157
tail -f /dev/null
158
- docker exec alpine sh -c "apk update && apk add --no-cache gcc make sqlite musl-dev linux-headers"
+ docker exec alpine sh -c "apk update && apk add --no-cache gcc g++ make sqlite musl-dev linux-headers"
159
160
- name: linux install opencl
161
if: matrix.name == 'linux-gpu'
0 commit comments