cmake-multi-platform.yml
on: push
Matrix: build
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/cmake-multi-platform.yml#L40
The workflow is not valid. .github/workflows/cmake-multi-platform.yml (Line: 40, Col: 15): Unexpected symbol: '${{'. Located at position 63 within expression: matrix.os == 'ubuntu-latest' && 'mdk-sdk-linux-MinSizeRel' || ${{ matrix.os == 'windows-latest' && 'mdk-sdk-vs2022-windows-desktop-RelWithDebInfo' || 'mdk-sdk-macOS' .github/workflows/cmake-multi-platform.yml (Line: 48, Col: 12): Unexpected symbol: '${{'. Located at position 63 within expression: matrix.os == 'ubuntu-latest' && 'mdk-sdk-linux-x64.tar.xz' || ${{ matrix.os == 'windows-latest' && 'mdk-sdk-windows-desktop-vs2022.7z' || 'mdk-sdk-macOS.tar.xz'
|