Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 10, 2023
1 parent 1acc605 commit 1aa7121
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
components: rustfmt, clippy
- uses: actions/checkout@master

- name: Clone submodule
run: git submodule update --init libsensors

- name: Build libsensors
run: make libsensors

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master

- name: Clone submodule
run: git submodule update --init libsensors

- name: Build libsensors
run: make libsensors

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
rust-version: nightly
- uses: actions/checkout@master

- name: Clone submodule
run: git submodule update --init libsensors

- name: Build libsensors
run: make libsensors

Expand Down

0 comments on commit 1aa7121

Please sign in to comment.