mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 19:16:54 +08:00
Compare commits
1 Commits
SaschaMann
...
v1.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee66464cb7 |
2
.github/workflows/example-builds-nightly.yml
vendored
2
.github/workflows/example-builds-nightly.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
julia-version: [nightly, 1.8-nightly]
|
||||
julia-version: [nightly, 1.7-nightly]
|
||||
julia-arch: [x64, x86]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
# 32-bit Julia binaries are not available on macOS
|
||||
|
||||
6
.github/workflows/example-builds.yml
vendored
6
.github/workflows/example-builds.yml
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches: ['main', 'master', 'releases/*']
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -29,16 +28,11 @@ 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()'
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
node_modules/
|
||||
__tests__/runner/*
|
||||
dist/
|
||||
!dist/
|
||||
|
||||
5203
dist/index.js
vendored
Normal file
5203
dist/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dist/unzip
vendored
Normal file
BIN
dist/unzip
vendored
Normal file
Binary file not shown.
8523
package-lock.json
generated
8523
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user