missed save

This commit is contained in:
Ian Butterworth
2024-01-15 18:52:15 -05:00
parent c519e815c6
commit e95c1cabb6

View File

@@ -42,6 +42,8 @@ jobs:
uses: ./
with:
version: ${{ matrix.julia-version }}
env:
TEMP: ${{ runner.temp }}
- run: julia --version
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'
- name: "Check that the correct julia is used and that archive mtimes are maintained"