Set the BASE env var using the base value in the matrix, since it isn't set in the module.set file

This commit is contained in:
Kevin Peterson
2022-11-30 12:57:45 -06:00
parent 302d4d61fc
commit 566f470736
2 changed files with 2 additions and 0 deletions
@@ -26,6 +26,7 @@ jobs:
env:
CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }}
BASE: ${{ matrix.base }}
WINE: ${{ matrix.wine }}
RTEMS: ${{ matrix.rtems }}
RTEMS_TARGET: ${{ matrix.rtems_target }}
+1
View File
@@ -34,6 +34,7 @@ jobs:
env:
CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }}
BASE: ${{ matrix.base }}
WINE: ${{ matrix.wine }}
RTEMS: ${{ matrix.rtems }}
RTEMS_TARGET: ${{ matrix.rtems_target }}