Skip to content

Commit f5ef4b4

Browse files
committed
ci: fix ls -R
1 parent 2840926 commit f5ef4b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ jobs:
209209
path: .
210210
- name: List packages
211211
run: ls -R .
212-
shell: bash
213212
- name: Test bindings
214213
run: pnpm test
215214

@@ -267,7 +266,6 @@ jobs:
267266
path: .
268267
- name: List packages
269268
run: ls -R .
270-
shell: bash
271269
- name: Set up QEMU
272270
uses: docker/setup-qemu-action@v3
273271
if: ${{ contains(matrix.target, 'armv7') }}
@@ -309,7 +307,6 @@ jobs:
309307
run: pnpm artifacts
310308
- name: List packages
311309
run: ls -R ./npm
312-
shell: bash
313310
- name: Publish
314311
run: |
315312
npm config set provenance true

0 commit comments

Comments
 (0)