Skip to content

Commit e2d0f1f

Browse files
committed
ci: show version info in CI.yml
1 parent f7f7d81 commit e2d0f1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
29+
show-versioninfo: true
2930
- uses: julia-actions/cache@v2
3031
- uses: julia-actions/julia-buildpkg@v1
3132
continue-on-error: ${{ matrix.version == 'nightly' }}
@@ -47,6 +48,7 @@ jobs:
4748
- uses: julia-actions/setup-julia@v2
4849
with:
4950
version: '1'
51+
show-versioninfo: true
5052
- uses: julia-actions/cache@v2
5153
- name: Configure doc environment
5254
shell: julia --project=docs --color=yes {0}

0 commit comments

Comments
 (0)