From 1534db132fe5cd0548848573fe951145ed446cc3 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 5 May 2025 16:12:10 -0400 Subject: [PATCH] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a49ef0f..9ffc198 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,8 +28,8 @@ jobs: os: - ubuntu-latest steps: - - name: Install lm-sensors - run: apt update && apt install -y lm-sensors + - name: Install libsensors4-dev + run: apt update && apt install -y libsensors4-dev - uses: actions/setup-go@v5 with: