From 0955ad75423115ca6cf0ccd782b12a9dd60e0b8e Mon Sep 17 00:00:00 2001 From: Warittorn Cheevachaipimol Date: Tue, 24 Sep 2024 16:30:15 +0700 Subject: [PATCH] test --- .github/workflows/aggregate_signals.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aggregate_signals.yml b/.github/workflows/aggregate_signals.yml index 7a4efb4..c9b3f25 100644 --- a/.github/workflows/aggregate_signals.yml +++ b/.github/workflows/aggregate_signals.yml @@ -24,12 +24,12 @@ jobs: - name: Run Python script run: python .github/scripts/merge_all.py ./signals . - - name: Run sccache - uses: mozilla-actions/sccache-action@v0.0.5 - - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: Run rust-cache + uses: Swatinem/rust-cache@v2 + - name: Install rust-script run: cargo install rust-script @@ -37,7 +37,7 @@ jobs: run: sudo apt update && sudo apt-get install clang -y - name: Run Rust script - run: .github/scripts/validate.rs registry.json + run: rust-script .github/scripts/validate.rs registry.json --pkg-path . -c - name: Commit aggregated signals uses: stefanzweifel/git-auto-commit-action@v5