Skip to content

Commit

Permalink
Precompilation: don't set strict = true
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Jan 25, 2023
1 parent 02dc09d commit bcf4bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

env:
JULIA_HDF5_PATH: /usr/lib/x86_64-linux-gnu/hdf5/mpich
JULIA_NUM_PRECOMPILE_TASKS: 1 # try to fix precompilation step
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/lib/x86_64-linux-gnu/libcurl.so.4 # workaround for libhdf5

jobs:
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
run: |
using Pkg
Pkg.instantiate(verbose = true)
Pkg.precompile(strict = true)
Pkg.precompile(strict = false)
- uses: julia-actions/julia-runtest@v1

Expand Down

0 comments on commit bcf4bb9

Please sign in to comment.