Skip to content

Commit

Permalink
change file in PkgEval.jl for debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Dec 20, 2024
1 parent 744a066 commit 11a3819
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: "Run PkgEval"
run: |
git clone https://github.com/JuliaCI/PkgEval.jl.git
cp -rf test/PkgEvalDbg/* PkgEval.jl
ls -a -l PkgEval.jl/src
julia --project=. -e '
import Pkg;
Pkg.instantiate();
Expand Down
Loading

0 comments on commit 11a3819

Please sign in to comment.