We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129172e commit 0abba64Copy full SHA for 0abba64
1 file changed
.github/workflows/main.yml
@@ -77,23 +77,11 @@ jobs:
77
if: matrix.os == 'windows-latest'
78
with:
79
msystem: mingw64
80
- install: >-
81
- mingw-w64-x86_64-cc
82
- make
+ install: mingw-w64-x86_64-cc make
83
84
- - name: Install build dependencies
+ - name: linux-musl install dependencies
85
if: matrix.name == 'linux-musl'
86
- run: |
87
- apk update
88
- apk add --no-cache \
89
- git \
90
- gcc \
91
- make \
92
- curl \
93
- sqlite \
94
- openssl-dev \
95
- musl-dev \
96
- linux-headers \
+ run: apk update && apk add --no-cache git gcc make curl sqlite openssl-dev musl-dev linux-headers
97
98
- name: linux-musl arm64 checkout
99
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
0 commit comments