From 68576e9a95140ae32bd37ecb824e3d93d6835641 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 23 Apr 2024 13:31:01 +0400 Subject: [PATCH] Use smartmontools 7.4 in CI. --- .github/workflows/cmake-tier1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 181d683..7c90a8f 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -13,8 +13,8 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: RelWithDebInfo - SMARTMONTOOLS_INSTALLER: smartmontools-7.2-1.win32-setup.exe - SMARTMONTOOLS_URL: https://nav.dl.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe + SMARTMONTOOLS_INSTALLER: smartmontools-7.4-1.win32-setup.exe + SMARTMONTOOLS_URL: https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.4/smartmontools-7.4-1.win32-setup.exe jobs: