Skip to content

Commit

Permalink
update deps + resource resolver crate
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jan 28, 2024
1 parent 723242c commit fc9f9a0
Show file tree
Hide file tree
Showing 9 changed files with 631 additions and 390 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on:
# push:
# branches:
# - main
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release

on:
push:
branches:
- main
# todo: allow this but should not build if the current HEAD is already tagger with nightly
#schedule:
# run every day
#- cron: 0 0 * * *
workflow_dispatch:
inputs:
is_nightly:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- run: |
cargo install --git https://github.com/wiiznokes/cargo-packager.git --branch resource-resolver cargo-packager
cargo install cargo-packager
- name: Build libsensors
run: just libsensors
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- run: |
cargo install --git https://github.com/wiiznokes/cargo-packager.git --branch resource-resolver cargo-packager
cargo install cargo-packager
- name: Build lhm
run: just lhm
Expand Down
Loading

0 comments on commit fc9f9a0

Please sign in to comment.