Skip to content

Commit

Permalink
use the julia shipped by Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Mar 23, 2020
1 parent 80a03fe commit 2bb7056
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1"]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Show Julia version
run: julia -e 'using InteractiveUtils; versioninfo()'
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down

0 comments on commit 2bb7056

Please sign in to comment.