msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
296 stars 40 forks source link

issue with "location" #361

Closed qwerttvv closed 8 months ago

qwerttvv commented 8 months ago
name: msys

on:
  workflow_dispatch:

jobs:
  build:
    runs-on: windows-latest

    steps:

      - name: Set up MSYS2
        uses: msys2/setup-msys2@v2
        with:
          update: true
          install: >-
            base-devel
            mingw-w64-x86_64-toolchain
            mingw-w64-x86_64-yasm
            location: C:\msys

error: target not found: C:\msys

https://github.com/qwerttvv/test-tmp/actions/runs/7808725434/job/21299405932#step:2:247

lazka commented 8 months ago

The indentation of the last line is wrong

qwerttvv commented 8 months ago

The indentation of the last line is wrong

oh shit, sorry