Handle install directories using tool-cache (#46)

* Make test builds more verbose

* Handle install directories using tool-cache

* Bump version to 1.3.0-DEV
This commit is contained in:
Sascha Mann
2020-09-26 18:20:43 +02:00
committed by GitHub
parent b469b93959
commit c639390e13
9 changed files with 39 additions and 22 deletions

View File

@@ -33,4 +33,5 @@ jobs:
with:
version: nightly
arch: ${{ matrix.julia-arch }}
show-versioninfo: 'true'
- run: julia --version

View File

@@ -26,8 +26,10 @@ jobs:
npm run pack
- name: "Set up Julia"
id: setup-julia
uses: ./
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
show-versioninfo: 'true'
- run: julia --version