Compare commits

...

2 Commits

Author SHA1 Message Date
Sascha Mann
95439ffc11 Update example-builds.yml 2022-04-28 12:13:08 +02:00
Sascha Mann
87aef8bf11 Update example-builds.yml 2022-04-28 12:06:36 +02:00

View File

@@ -29,11 +29,16 @@ jobs:
npm run build
npm run pack
- run: mkdir -p ${{ github.workspace }}/dilumtestcache # TODO: delete this line
- name: "Set up Julia"
id: setup-julia
uses: ./
env:
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- run: which julia # TODO: delete this line
- run: which -a julia # TODO: delete this line
- run: julia --version
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'