Skip to content

Commit 64cee65

Browse files
committed
Typo fix
found in JuliaArrays/StructArrays.jl#215 with ```julia ERROR: LoadError: MethodError: no method matching adjoint(::Nothing) Closest candidates are: adjoint(::Union{LinearAlgebra.QR, LinearAlgebra.QRCompactWY, LinearAlgebra.QRPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/qr.jl:517 adjoint(::Union{LinearAlgebra.Cholesky, LinearAlgebra.CholeskyPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/cholesky.jl:558 adjoint(::LinearAlgebra.Hermitian) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/symmetric.jl:348 ... ```
1 parent 843a2f3 commit 64cee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ runs:
5151
# Set outputs
5252
open(ENV["GITHUB_OUTPUT"], "a") do io
5353
println(io, "total=$(inv_total)")
54-
println(io, "deps=$(inv_deps)")'
54+
println(io, "deps=$(inv_deps)")
5555
end
5656
shell: julia --color=yes --project=. {0}

0 commit comments

Comments
 (0)