From 66a9a50f1db0ce77ae50d21aec82038efec73292 Mon Sep 17 00:00:00 2001 From: ReinerSchinkoethe <157693339+ReinerSchinkoethe@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:05:19 +0100 Subject: [PATCH] change action to branch with fix temporary change from stable to fix/libtinfo6_use_for_tests --- .github/workflows/build-library.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index 51fa2e2..2d7c5d5 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -2,9 +2,9 @@ on: push jobs: test-apax-lib: - uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable + uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@fix/libtinfo6_use_for_tests secrets: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }} with: - LOGIN_SIMATIC_AX: true \ No newline at end of file + LOGIN_SIMATIC_AX: true