From 5e8b6dcea08cb4837c1be9ef3ea9eed93281b504 Mon Sep 17 00:00:00 2001 From: kvrigor Date: Thu, 30 Apr 2026 09:48:40 +0200 Subject: [PATCH] Updated WTB_REPO_TAG to 0.5 --- .github/workflows/build_and_run_eCLM.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_run_eCLM.yml b/.github/workflows/build_and_run_eCLM.yml index 17c7bb8ec..5219c8a0b 100644 --- a/.github/workflows/build_and_run_eCLM.yml +++ b/.github/workflows/build_and_run_eCLM.yml @@ -71,7 +71,7 @@ jobs: INSTALL_DIR: ${{ github.workspace }}/install CMAKE_BUILD_PARALLEL_LEVEL: 4 WTB_REPO_NAME: extpar_eclm_wuestebach_sp - WTB_REPO_TAG: 0.4 + WTB_REPO_TAG: 0.5 steps: - uses: actions/checkout@v4