Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored Dec 28, 2024
2 parents 63def5c + 87945c3 commit 73ab36f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch: false
# push:
# paths:
# - "**/Cargo.toml"
# - "**/Cargo.lock"
# schedule:
# - cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Build
run: |
cargo install --locked --path ./crates/core
cargo install --locked --path ./crates/fdev
cargo install --locked --force --path ./crates/core
cargo install --locked --force --path ./crates/fdev
make -C apps/freenet-ping -f run-ping.mk build
cargo build --locked
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build
run: |
cargo install --locked --path ../../crates/fdev
cargo install --locked --force --path ../../crates/fdev
make -f run-ping.mk build
working-directory: apps/freenet-ping

Expand Down
2 changes: 1 addition & 1 deletion stdlib
Submodule stdlib updated 0 files

0 comments on commit 73ab36f

Please sign in to comment.