Update .github/workflows/CI.yml

This commit is contained in:
2025-05-05 16:10:07 -04:00
parent 6a5d1650fc
commit 97ae3b1b0d

View File

@ -28,10 +28,15 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
steps: steps:
- name: Install lm-sensors
run: apt update && apt install -y lm-sensors
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |
go get -u . go get -u .
go test ./. go test ./.