Skip to content

Commit 64b5eb0

Browse files
authored
Update test.yml
1 parent dac1728 commit 64b5eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ jobs:
9898
runs-on: ${{ matrix.runs-on }}
9999
container: alpine:3
100100
steps:
101+
- name: Install gh
102+
run: apk add --upgrade git github-cli
103+
101104
- uses: actions/checkout@v6
102105
with:
103106
sparse-checkout: craft.yml
104107
sparse-checkout-cone-mode: false
105108

106109
- run: ls -la
107110

108-
- name: Install gh
109-
run: apk add --upgrade git github-cli
110-
111111
- name: Install spc
112112
run: |
113113
gh release download --repo crazywhalecc/static-php-cli --pattern "${PATTERN}" --output spc.tar.gz && \

0 commit comments

Comments
 (0)