From d0ccf236c036d708ad31a48953880c3c9aff8431 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 1 Apr 2025 17:20:35 +0200 Subject: [PATCH] added sync, renamed action --- .github/workflows/{cmake.yml => cmake.yaml} | 0 conda-recipes/main-library/copy_lib.sh | 1 + 2 files changed, 1 insertion(+) rename .github/workflows/{cmake.yml => cmake.yaml} (100%) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yaml similarity index 100% rename from .github/workflows/cmake.yml rename to .github/workflows/cmake.yaml diff --git a/conda-recipes/main-library/copy_lib.sh b/conda-recipes/main-library/copy_lib.sh index be6c13f47..88beafdfe 100755 --- a/conda-recipes/main-library/copy_lib.sh +++ b/conda-recipes/main-library/copy_lib.sh @@ -17,6 +17,7 @@ cp build/install/bin/sls_detector_help $PREFIX/bin/. cp build/install/bin/sls_detector $PREFIX/bin/. cp build/install/bin/slsReceiver $PREFIX/bin/. cp build/install/bin/slsMultiReceiver $PREFIX/bin/. +cp build/install/bin/slsFrameSynchronizer $PREFIX/bin/. cp build/install/include/sls/* $PREFIX/include/sls