Skip to content

Commit

Permalink
Merge pull request #145 from kpcyrd/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kpcyrd authored Sep 20, 2024
2 parents 0fda367 + 7aa603e commit 455997a
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 459 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
run: strip target/release/rebuild{erd,ctl,erd-worker}

- name: Archive executable (rebuilderd)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: rebuilderd
path: target/release/rebuilderd

- name: Archive executable (rebuildctl)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: rebuildctl
path: target/release/rebuildctl

- name: Archive executable (rebuilderd-worker)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: rebuilderd-worker
path: target/release/rebuilderd-worker
13 changes: 3 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: Install dependencies
run: sudo apt-get install libsodium-dev libsqlite3-dev libzstd-dev
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all --lib --tests -- --deny warnings
- name: Run clippy
#run: cargo clippy --all --lib --tests -- --deny warnings
run: cargo clippy --all --lib --tests
Loading

0 comments on commit 455997a

Please sign in to comment.