Skip to content

Commit 5037f89

Browse files
committed
fix
1 parent b870712 commit 5037f89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ jobs:
138138
runs-on: ubuntu-latest
139139
container: alpine:latest
140140
steps:
141+
- name: Install deps
142+
run: |
143+
apk add git
141144
- name: Checkout
142145
uses: actions/checkout@v4.2.2
143146
with:
144147
submodules: "true"
145-
- name: Install deps
146-
run: |
147-
apk add git
148148
- name: Upload coverage to Codecov (script)
149149
uses: ./
150150
with:

0 commit comments

Comments
 (0)