Skip to content

Commit 11f6ea0

Browse files
committed
Update ci.yml
1 parent 40248b2 commit 11f6ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
# Check the `calculate_matrix` job to see how is the matrix defined.
8181
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
8282
steps:
83-
- name: test link
84-
run: link --version || true
83+
- name: list env
84+
run: ls env:
8585
shell: pwsh
8686

8787
# 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)