Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 28, 2024
1 parent c86bde0 commit 9c2c403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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 && \
echo "dragon vipm apply-vipc --labview-version 2024 --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc" && \
dragon vipm apply-vipc --labview-version 2024 --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc && \
rm source.vipc; \
fi; \
fi

0 comments on commit 9c2c403

Please sign in to comment.