diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 58dc3bb7..5567a63e 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@latest with: - version: 'min' + version: 'pre' - run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path=joinpath(pwd(), "SnoopCompileCore"))])' - uses: julia-actions/julia-buildpkg@latest # To access the developer tools from within a package's environment, they should be in the default environment