diff --git a/action.yml b/action.yml index 8b4d70c..a9c65dc 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: color: 'gray-dark' runs: - using: 'composite' + using: "composite" steps: - run: julia --color=yes --project -e 'using Pkg; if VERSION >= v"1.1.0-rc1"; Pkg.build(verbose=true); else Pkg.build(); end' shell: bash