diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 13278f4..8433194 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,19 +12,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - - name: Cache Cargo Dependencies - uses: actions/cache@v4 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-cargo- - name: Build + export CARGO_TARGET_DIR=/home/jeremy/cache/site_target run: cargo build --release - name: Move to opt