From 1798a839e5ca459cc094a816f857b69ac7f4edf2 Mon Sep 17 00:00:00 2001 From: Jim Kring Date: Tue, 27 Aug 2024 17:06:23 -0700 Subject: [PATCH] echoing command --- .github/workflows/ci.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.dockerfile b/.github/workflows/ci.dockerfile index 3490169..ed0c81f 100644 --- a/.github/workflows/ci.dockerfile +++ b/.github/workflows/ci.dockerfile @@ -24,6 +24,7 @@ RUN if [ -f dev.vipc ] || [ -f source.vipc ]; then \ dragon refresh --vipm && \ if [ -f source.vipc ]; then \ echo "Applying VIPC (Library Deps)..." && \ + echo "dragon vipm apply-vipc --labview-version ${LABVIEW_VERSION} --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc" dragon vipm apply-vipc --labview-version ${LABVIEW_VERSION} --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc && \ rm source.vipc; \ fi; \