Github Actions fix: set BASE env var to matrix.base

This commit is contained in:
Kevin Peterson
2022-11-30 14:08:05 -06:00
parent 949cbcf393
commit 3e2ccec808
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ jobs:
env: env:
CMP: ${{ matrix.cmp }} CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }} BCFG: ${{ matrix.configuration }}
BASE: ${{ matrix.base }}
WINE: ${{ matrix.wine }} WINE: ${{ matrix.wine }}
RTEMS: ${{ matrix.rtems }} RTEMS: ${{ matrix.rtems }}
RTEMS_TARGET: ${{ matrix.rtems_target }} RTEMS_TARGET: ${{ matrix.rtems_target }}

View File

@@ -39,6 +39,7 @@ jobs:
env: env:
CMP: ${{ matrix.cmp }} CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }} BCFG: ${{ matrix.configuration }}
BASE: ${{ matrix.base }}
WINE: ${{ matrix.wine }} WINE: ${{ matrix.wine }}
RTEMS: ${{ matrix.rtems }} RTEMS: ${{ matrix.rtems }}
RTEMS_TARGET: ${{ matrix.rtems_target }} RTEMS_TARGET: ${{ matrix.rtems_target }}