mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Compare commits
2 Commits
v2.5.0
...
SaschaMann
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95439ffc11 | ||
|
|
87aef8bf11 |
5
.github/workflows/example-builds.yml
vendored
5
.github/workflows/example-builds.yml
vendored
@@ -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()'
|
||||
|
||||
Reference in New Issue
Block a user