adjust daily-collect

This commit is contained in:
Brendan McDevitt 2025-03-27 17:13:34 -05:00
parent c7b7570bbd
commit 0174539fee

View file

@ -24,19 +24,18 @@ jobs:
git clone git@git.mcdevitt.tech:bpmcdevitt/github_poc_collector.git . git clone git@git.mcdevitt.tech:bpmcdevitt/github_poc_collector.git .
- name: Setup Rust - name: Setup Rust
uses: actions-rs/toolchain@v1 run: |
with: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
toolchain: stable source "$HOME/.cargo/env"
override: true rustup default stable
rustc --version
cargo --version
- name: Cache Cargo dependencies - name: Cache Cargo dependencies
uses: actions/cache@v3 run: |
with: mkdir -p ~/.cargo/registry
path: | mkdir -p ~/.cargo/git
~/.cargo/registry mkdir -p target
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run recent feed update - name: Run recent feed update
run: cargo run -- --feed recent run: cargo run -- --feed recent