From 97ae3b1b0d8b38404c9205f1c7e9443e362ddc1e Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 5 May 2025 16:10:07 -0400 Subject: [PATCH] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b453de4..a49ef0f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,10 +28,15 @@ jobs: os: - ubuntu-latest steps: + - name: Install lm-sensors + run: apt update && apt install -y lm-sensors + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} + - uses: actions/checkout@v4 + - run: | go get -u . go test ./.