Skip to content

Commit 051db15

Browse files
committed
Update ci.yml
1 parent e5291f0 commit 051db15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ 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
85+
8386
- if: contains(matrix.os, 'windows')
8487
uses: msys2/[email protected]
8588
with:
@@ -95,6 +98,9 @@ jobs:
9598
path-type: inherit
9699
install: >
97100
make
101+
102+
- name: test link
103+
run: link --version || true
98104

99105
- name: disable git crlf conversion
100106
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)