Skip to content

Commit 9fe08b9

Browse files
committed
Update ci.yml
1 parent 11f6ea0 commit 9fe08b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
8282
steps:
8383
- name: list env
84-
run: ls env:
84+
run: |
85+
ls env:
8586
shell: pwsh
8687

8788
# This job isused to tell bors the final status of the build, as there is no practical way to detect

0 commit comments

Comments
 (0)