We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40248b2 commit 11f6ea0Copy full SHA for 11f6ea0
.github/workflows/ci.yml
@@ -80,8 +80,8 @@ jobs:
80
# Check the `calculate_matrix` job to see how is the matrix defined.
81
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
82
steps:
83
- - name: test link
84
- run: link --version || true
+ - name: list env
+ run: ls env:
85
shell: pwsh
86
87
# This job isused to tell bors the final status of the build, as there is no practical way to detect
0 commit comments