Skip to content

Commit a15e835

Browse files
committed
Fix testing of specific version install
1 parent 3676441 commit a15e835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-ghcup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: ghcup --numeric-version || true
2525

2626
- uses: ./
27+
with:
28+
version: ${{ matrix.version }}
2729

2830
- run: which ghcup
2931
- run: ghcup --numeric-version

0 commit comments

Comments
 (0)