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

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