We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b7823 commit 0abc159Copy full SHA for 0abc159
.github/workflows/test-linux.yml
@@ -18,7 +18,6 @@ jobs:
18
matrix:
19
version:
20
- '1.10'
21
- - 'nightly'
22
os:
23
- ubuntu-latest
24
# - macOS-latest
.github/workflows/test-macos.yml
# - ubuntu-latest
- macOS-latest
@@ -32,5 +31,9 @@ jobs:
32
31
with:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
+ - name: Install ROOT
35
+ run: |
36
+ ROOT_PATH="`julia ROOT.jl/.github/workflows/install_root_macos.jl`"
37
+ echo 'PATH="$PATH:'$ROOT_PATH\" >> "$GITHUB_ENV"
38
- uses: julia-actions/julia-buildpkg@latest
39
- uses: julia-actions/julia-runtest@latest
0 commit comments