Skip to content

Commit

Permalink
standard workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jan 7, 2024
1 parent 9e5ac66 commit 912e96b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/installpkgs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ using Pkg, Dates
Pkg.Registry.update()
Pkg.instantiate()
Pkg.precompile()
Pkg.gc(collect_delay=Day(0))
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
file: 'Manifest.toml'
field: 'julia_version'
- 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: Setup Julia
uses: julia-actions/setup-julia@v1
with:
version: ${{ steps.read_toml.outputs.value }}
show-versioninfo: 'true'
- name: Install Julia packages
run: julia --color=yes --project=@. .github/installpkgs.jl
- name: Run program
Expand Down

0 comments on commit 912e96b

Please sign in to comment.