Change quotation marks?

This commit is contained in:
Sascha Mann
2020-08-04 17:19:27 +02:00
parent d9e01f75e7
commit be49d4414f

View File

@@ -7,7 +7,7 @@ branding:
color: 'gray-dark' color: 'gray-dark'
runs: runs:
using: 'composite' using: "composite"
steps: steps:
- run: julia --color=yes --project -e 'using Pkg; if VERSION >= v"1.1.0-rc1"; Pkg.build(verbose=true); else Pkg.build(); end' - 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 shell: bash