Skip to content

Commit

Permalink
Use faster buildpkg action
Browse files Browse the repository at this point in the history
  • Loading branch information
gschivley committed May 21, 2024
1 parent d1cb61d commit b501dbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_example_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

# Step 3: Install GenX.jl package using the checked out directory
- name: Install GenX.jl
# uses: julia-actions/julia-buildpkg@v1
# with:
# project: GenX
run: |
cd GenX
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
uses: julia-actions/julia-buildpkg@v1
with:
project: GenX
# run: |
# cd GenX
# julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'

# Step 4: Checkout the current repository
- name: Checkout current repository
Expand Down

0 comments on commit b501dbb

Please sign in to comment.