From bcc1ae9f3e1207b85c4e5316bf1e9c28c86e1e64 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 27 Mar 2025 21:57:45 +0000 Subject: [PATCH] modified daily-collect.yaml job --- .forgejo/workflows/daily-collect.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index 3e782d4..ce8f532 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -2,10 +2,8 @@ name: Daily Feed Update on: schedule: - # Run daily at 1:00 AM UTC (adjust the time as needed) - cron: '0 1 * * *' workflow_dispatch: - # Allow manual triggering of the workflow jobs: update-feed: @@ -30,6 +28,12 @@ jobs: target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - name: Install Rust toolchain + run: | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + source "$HOME/.cargo/env" + rustup default stable + - name: Run recent feed update run: cargo run -- --feed recent