Skip to content

Commit

Permalink
instantiates
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed May 21, 2024
1 parent 3fd10b4 commit 737979e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: julia --startup-file=no --project=compiler compiler/build.jl foo
- run: |
julia --startup-file=no --project=. -e 'using Pkg; Pkg.instantiate()'
julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
julia --startup-file=no --project=compiler compiler/build.jl foo
- uses: actions/[email protected]
with:
name: foo-${{ matrix.version}}-${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit 737979e

Please sign in to comment.