Skip to content

Getting error with workflow file #25816

Answered by weide-zhou
Margen67 asked this question in Actions
Discussion options

You must be logged in to vote

Hi,

The env is not included in the matrix but involved as ‘matrix.paramter’ for the command, so they are not known. I copied your repro and make the code change as below, the workflows started as expected, thanks.

jobs:
  build:
    runs-on: windows-latest
    strategy:
      matrix:
        arch: [64, 32]
        lazarus-ver: [lazarus-2.0.4-61666]
        fpc-ver: [fpc-3.2.0-beta-42593]
        include:
          - arch: 64
            cpu: x86_64
            os: win64
          - arch: 32
            cpu: i386
            os: win32

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants