JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
640 stars 101 forks source link

missing module.jlt file #485

Open ggebbie opened 1 month ago

ggebbie commented 1 month ago

error:

ERROR: ArgumentError: SrcDir: The file /home/gebbie/.julia/packages/PkgTemplates/Jj2F7/templates/src/module.jlt does not exist

when running the base GitLab example here

Template(;
    user="my-username",
    host="gitlab.com",
    plugins=[
        GitLabCI(),
        Documenter{GitLabCI}(),
    ],
)

on PkgTemplates.jl 0.7.52 and julia 1.10.5 on Ubuntu Linux

PkgTemplates.jl 0.7.51 runs to completion without the error