Skip to content

Commit

Permalink
Install LLVM.jl from General (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored May 25, 2022
1 parent 801ee9d commit a302077
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- name: Install LLVM.jl
run: |
using Pkg
Pkg.activate(".")
Pkg.add(url = "https://github.com/maleadt/LLVM.jl")
shell: julia --color=yes {0}
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit a302077

Please sign in to comment.