Merge pull request #195 from epics-modules/issue194

Fix for Github Actions builds using the wrong version of base: set the BASE env var using matrix.base.

Fixes #194
This commit is contained in:
Kevin Peterson
2022-11-30 13:31:10 -06:00
committed by GitHub
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 }}