Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Sep 24, 2024
1 parent 299f27f commit 22530a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aggregate_signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt-get install clang -y

- name: Run Rust script
- name: Use caching
uses: Swatinem/rust-cache@v2

- name: Run Rust script
run: scripts/validate.rs registry.json

- name: Commit aggregated signals
Expand Down

0 comments on commit 22530a1

Please sign in to comment.