Skip to content

gui: if gpu_metrics_v2_0 or gpu_metrics_v2_1, do not display cpu temp… #6

gui: if gpu_metrics_v2_0 or gpu_metrics_v2_1, do not display cpu temp…

gui: if gpu_metrics_v2_0 or gpu_metrics_v2_1, do not display cpu temp… #6

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
name: cargo check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check