From 1432e366d64fe27a72915ed46d7fba85b43560ee Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 27 Sep 2022 13:52:08 -0400 Subject: [PATCH] Add DISTNAME to emulated test environment. --- .github/workflows/build_radioconda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index da4e3ee..21e3472 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -111,6 +111,7 @@ jobs: distro: ${{ matrix.EMU_DISTRO }} dockerRunArgs: --volume "${PWD}:/workdir" env: | + DISTNAME: ${{ env.DISTNAME }} OS_NAME: ${{ matrix.OS_NAME }} ARCH: ${{ matrix.ARCH }} INSTALL_PATH: /workdir/test_installation