Skip to content

Commit

Permalink
jill
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Dec 28, 2023
1 parent 8ef36d4 commit 08d5454
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
with:
file: 'Manifest.toml'
field: 'julia_version'
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: ${{ steps.read_toml.outputs.value }}
- name: Install Julia using jill.sh
run: |
wget -O /tmp/jill.sh https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh
bash /tmp/jill.sh --version ${{ steps.read_toml.outputs.value }} -y
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install Julia packages
run: |
julia --color=yes -e 'using Pkg; Pkg.add(["PrettyTables", "Literate"])'
Expand Down

0 comments on commit 08d5454

Please sign in to comment.