Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbiron authored Jan 11, 2025
1 parent 90ea270 commit e2cd67a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit e2cd67a

Please sign in to comment.