Update .github/workflows/CI.yml
This commit is contained in:
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -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 ./.
|
||||
|
Reference in New Issue
Block a user