Make hwmon and thermal zone discovery for CPU temps less ugly #368
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flatpak building test | |
on: | |
push: | |
pull_request: | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
flatpak: | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-47 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: jochumdev/flatpak-github-actions/flatpak-builder@builder-update-deps | |
with: | |
manifest-path: build-aux/net.nokyan.Resources.Devel.json | |
run-tests: true | |
cache-key: flatpak-builder-${{ github.sha }} | |
upload-artifact: "false" |