From 1a64f2605072ec29d62fb4bba44299d3ca797505 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 10 Aug 2023 00:07:47 +0200 Subject: [PATCH] CI --- .github/workflows/build_and_test_library.yml | 2 +- .github/workflows/build_documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_library.yml b/.github/workflows/build_and_test_library.yml index 3eb9d12..b3c1c3c 100644 --- a/.github/workflows/build_and_test_library.yml +++ b/.github/workflows/build_and_test_library.yml @@ -21,7 +21,7 @@ on: - 'CMakeLists.txt' env: - ZETA_TARBALL_URL: 'http://zeta.st/download/Zeta-latest.tar.xz' + ZETA_TARBALL_URL: 'http://zxe.io/software/Zeta/download/Zeta-latest.tar.xz' BUILD_SHARED_LIBS: YES CMAKE_BUILD_TYPE: Release CMAKE_VERBOSE_MAKEFILE: YES diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index fb87991..5fbe6a5 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -17,7 +17,7 @@ on: - 'CMakeLists.txt' env: - ZETA_TARBALL_URL: 'http://zeta.st/download/Zeta-latest.tar.xz' + ZETA_TARBALL_URL: 'http://zxe.io/software/Zeta/download/Zeta-latest.tar.xz' BUILD_SHARED_LIBS: NO CMAKE_BUILD_TYPE: Release CMAKE_VERBOSE_MAKEFILE: YES