Skip to content

Multiline value for install parameter. #90

@reznikmm

Description

@reznikmm

It would be nice to specify install with multi-line value, like this:

  - uses: msys2/setup-msys2@v2
      install: |
        mingw64/mingw-w64-x86_64-gtk3
        mingw64/mingw-w64-x86_64-gprbuild
        mingw64/mingw-w64-x86_64-gcc-ada
        mingw64/mingw-w64-x86_64-pkg-config
        msys/make

But in this case I get error:

  C:\windows\system32\cmd.exe /D /S /C D:\a\_temp\msys\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'mingw64/mingw-w64-x86_64-gtk3
  mingw64/mingw-w64-x86_64-gprbuild
  mingw64/mingw-w64-x86_64-gcc-ada
  mingw64/mingw-w64-x86_64-pkg-config
  msys/make'"
  /usr/bin/bash: -c: line 0: unexpected EOF while looking for matching `''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions