Skip to content

Commit 7907bd1

Browse files
committed
fix(workflow/linux-musl): install git
1 parent c177ba8 commit 7907bd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686

8787
steps:
8888

89+
- name: linux-musl x86_64 install dependencies
90+
if: matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
91+
run: apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers
92+
8993
- uses: actions/[email protected]
9094
with:
9195
submodules: true
@@ -142,10 +146,6 @@ jobs:
142146
if: matrix.name == 'macos'
143147
run: brew link sqlite --force
144148

145-
- name: linux-musl x86_64 install dependencies
146-
if: matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
147-
run: apk update && apk add --no-cache gcc make sqlite musl-dev linux-headers
148-
149149
- name: linux-musl arm64 setup container
150150
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
151151
run: |

0 commit comments

Comments
 (0)