Skip to content

Commit 3c7472b

Browse files
authored
Update test.yml
1 parent 04fc522 commit 3c7472b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
sparse-checkout: craft.yml
104104
sparse-checkout-cone-mode: false
105105

106+
- name: Install gh
107+
run: apk add github-cli
108+
106109
- name: Install spc
107110
run: |
108111
gh release download --repo crazywhalecc/static-php-cli --pattern "${PATTERN}" --output spc.tar.gz && \
@@ -161,6 +164,7 @@ jobs:
161164
variant: darwin_amd64
162165
spc-variant: macos-x86_64
163166
runs-on: ${{ matrix.runs-on }}
167+
container: none
164168
steps:
165169
- uses: actions/checkout@v5
166170
with:

0 commit comments

Comments
 (0)