diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 607a65d..1390dc1 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Use Cache + uses: Swatinem/rust-cache@v2 - name: Build project env: RUSTFLAGS: "-D warnings"